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 c582745

Browse filesBrowse files
authored
Merge pull request #11993 from hershen/fix-typos-in-docs
DOC: fixed typos
2 parents b6a3400 + 901a36e commit c582745
Copy full SHA for c582745

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/gitwash/set_up_fork.rst

Copy file name to clipboardExpand all lines: doc/devel/gitwash/set_up_fork.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Linking your repository to the upstream repo
5656
main `Matplotlib`_ repository at `Matplotlib github`_.
5757

5858
Note that we've used ``git://`` for the URL rather than ``https://`` or ``git@``. The
59-
``git://`` URL is read only. This means we that we can't accidentally
59+
``git://`` URL is read only. This means that we can't accidentally
6060
(or deliberately) write to the upstream repo, and we are only going to
6161
use it to merge into our own code.
6262

‎doc/devel/testing.rst

Copy file name to clipboardExpand all lines: doc/devel/testing.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ these up; there is no need to do anything further.
125125
Random data in tests
126126
--------------------
127127

128-
Random data can is a very convenient way to generate data for examples,
128+
Random data is a very convenient way to generate data for examples,
129129
however the randomness is problematic for testing (as the tests
130130
must be deterministic!). To work around this set the seed in each test.
131131
For numpy use::

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.