diff options
| author | Chunlin <fangchunlin@huawei.com> | 2020-04-25 23:33:48 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-25 10:33:48 -0500 |
| commit | 6ee49178517088966e63c2aedf6a8a5779ad5384 (patch) | |
| tree | 8ea96ee9757724dfb590bf359a90cd2c75196331 /doc/source/dev/index.rst | |
| parent | 6d6df47fefdc503fbcffd8cb14a5daaa956ef220 (diff) | |
| download | numpy-6ee49178517088966e63c2aedf6a8a5779ad5384.tar.gz | |
DOC: Add missing bracket (gh-16051)
Add missing closing brackets, script to generate the list in the PR gh-16051.
Diffstat (limited to 'doc/source/dev/index.rst')
| -rw-r--r-- | doc/source/dev/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/dev/index.rst b/doc/source/dev/index.rst index c3f880a35..dc6099992 100644 --- a/doc/source/dev/index.rst +++ b/doc/source/dev/index.rst @@ -84,7 +84,7 @@ Here's the short summary, complete TOC links are below: * Enter your GitHub username and password (repeat contributors or advanced users can remove this step by connecting to GitHub with - :ref:`SSH<set-up-and-configure-a-github-account>` . + :ref:`SSH<set-up-and-configure-a-github-account>`). * Go to GitHub. The new branch will show up with a green Pull Request button. Make sure the title and message are clear, concise, and self- |
