Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dad3ae3

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

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎doc/devel/coding_guide.rst

Copy file name to clipboardExpand all lines: doc/devel/coding_guide.rst
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: doc/devel/contributing.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.