diff options
author | Nathaniel J. Smith <njs@pobox.com> | 2015-12-07 23:25:56 -0800 |
---|---|---|
committer | Nathaniel J. Smith <njs@pobox.com> | 2015-12-07 23:25:56 -0800 |
commit | 2620f2306a24f934986a3357e2f275cb3a158a1e (patch) | |
tree | c84621dec295e8f2398eb0c65b0867773e085636 | |
parent | c0e48cfbbdef9cca954b0c4edd0052e1ec8a30aa (diff) | |
download | numpy-2620f2306a24f934986a3357e2f275cb3a158a1e.tar.gz |
[doc] Fix title of governance section in docs
-rw-r--r-- | doc/source/dev/governance/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/dev/governance/index.rst b/doc/source/dev/governance/index.rst index 9a611a2fe..3919e5e66 100644 --- a/doc/source/dev/governance/index.rst +++ b/doc/source/dev/governance/index.rst @@ -1,5 +1,5 @@ ##################### -Contributing to Numpy +NumPy governance ##################### .. toctree:: |