diff options
| author | Brian Wignall <brianwignall@gmail.com> | 2019-12-19 03:39:59 -0500 |
|---|---|---|
| committer | Brian Wignall <brianwignall@gmail.com> | 2019-12-19 03:39:59 -0500 |
| commit | 0c2a5eb42c0cddf6844880f1494ddf7765bf9c7b (patch) | |
| tree | 9a8005ae483b36cf80493ca1389a6002369ee3fd /doc/source/dev | |
| parent | 6d69a9e163858de5d0ea2ae810b8febc7eec1dbc (diff) | |
| download | numpy-0c2a5eb42c0cddf6844880f1494ddf7765bf9c7b.tar.gz | |
Fix typos, via a Levenshtein-style corrector
Diffstat (limited to 'doc/source/dev')
| -rw-r--r-- | doc/source/dev/development_workflow.rst | 2 | ||||
| -rw-r--r-- | doc/source/dev/governance/governance.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/dev/development_workflow.rst b/doc/source/dev/development_workflow.rst index 900431374..9f2ecede6 100644 --- a/doc/source/dev/development_workflow.rst +++ b/doc/source/dev/development_workflow.rst @@ -303,7 +303,7 @@ Suppose that the commit history looks like this:: 2dec1ac Fix a few bugs + disable 13d7934 First implementation 6ad92e5 * masked is now an instance of a new object, MaskedConstant - 29001ed Add pre-nep for a copule of structured_array_extensions. + 29001ed Add pre-nep for a couple of structured_array_extensions. ... and ``6ad92e5`` is the last commit in the ``master`` branch. Suppose we diff --git a/doc/source/dev/governance/governance.rst b/doc/source/dev/governance/governance.rst index 54e52363c..d8719700f 100644 --- a/doc/source/dev/governance/governance.rst +++ b/doc/source/dev/governance/governance.rst @@ -301,7 +301,7 @@ its interactions with NumFOCUS. or technical direction of the Project. - This Subcommittee will have 5 members, 4 of whom will be current Council Members and 1 of whom will be external to the Steering - Council. No more than 2 Subcommitee Members can report to one person + Council. No more than 2 Subcommittee Members can report to one person through employment or contracting work (including the reportee, i.e. the reportee + 1 is the max). This avoids effective majorities resting on one person. |
