Skip to content

Commit dad3ae3

Browse files
authored
Merge pull request #24138 from NRaudseps/nraudseps/fix_small_typos
[DOC] Fix some documentation typos
2 parents a0b5de5 + acf5421 commit dad3ae3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/devel/coding_guide.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ When making a PR, pay attention to:
4545
on GitHub.
4646
* When updating your PR, instead of adding new commits to fix something, please
4747
consider amending your initial commit(s) to keep the history clean.
48-
You can achieve this using
48+
You can achieve this by using
4949

5050
.. code-block:: bash
5151

doc/devel/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ rules before submitting a pull request:
222222

223223
or your editor may provide integration with it. Note that Matplotlib
224224
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
226226
(2__, 3__).
227227

228228
.. _PEP8: https://www.python.org/dev/peps/pep-0008/

0 commit comments

Comments
 (0)