diff options
| author | Brett Cannon <brett@python.org> | 2018-04-17 15:19:29 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-04-17 20:56:33 -0400 |
| commit | b98fa241ddbb22507cb63886f697d25f43197cba (patch) | |
| tree | c77c4ae32e46ff4e30bac0c6e11546f4ab2241fd /docs/internals/contributing/writing-documentation.txt | |
| parent | 3619d322098ae3573707adae22cb0c086e948210 (diff) | |
[2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Backport of 64b74804c537b12d4cca64f7cb529c0478b4c4d9 from master
Diffstat (limited to 'docs/internals/contributing/writing-documentation.txt')
| -rw-r--r-- | docs/internals/contributing/writing-documentation.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt index 8a3bc4b16a..1877bc19de 100644 --- a/docs/internals/contributing/writing-documentation.txt +++ b/docs/internals/contributing/writing-documentation.txt @@ -424,11 +424,11 @@ Spelling check Before you commit your docs, it's a good idea to run the spelling checker. You'll need to install a couple packages first: -* `pyenchant <https://pypi.python.org/pypi/pyenchant/>`_ (which requires +* `pyenchant <https://pypi.org/project/pyenchant/>`_ (which requires `enchant <https://www.abisource.com/projects/enchant/>`_) * `sphinxcontrib-spelling - <https://pypi.python.org/pypi/sphinxcontrib-spelling/>`_ + <https://pypi.org/project/sphinxcontrib-spelling/>`_ Then from the ``docs`` directory, run ``make spelling``. Wrong words (if any) along with the file and line number where they occur will be saved to |
