File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ When making a PR, pay attention to:
45
45
on GitHub.
46
46
* When updating your PR, instead of adding new commits to fix something, please
47
47
consider amending your initial commit(s) to keep the history clean.
48
- You can achieve this using
48
+ You can achieve this by using
49
49
50
50
.. code-block :: bash
51
51
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ rules before submitting a pull request:
222
222
223
223
or your editor may provide integration with it. Note that Matplotlib
224
224
intentionally does not use the black _ auto-formatter (1 __), in particular due
225
- to its unability to understand the semantics of mathematical expressions
225
+ to its inability to understand the semantics of mathematical expressions
226
226
(2 __, 3 __).
227
227
228
228
.. _PEP8 : https://www.python.org/dev/peps/pep-0008/
You can’t perform that action at this time.
0 commit comments