summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-02-16 07:53:45 -0800
committerIan Lee <IanLee1521@gmail.com>2016-02-16 07:53:45 -0800
commit999d11e6789d3debb16e1fc0cfbff9d1b229a93c (patch)
treeb8898ee37b80f0d976a84d97f8d51f7d40199fe5
parentb8088a2b6bc5b76bece174efad877f764529bc74 (diff)
parent91a7eff7216e02efc4b7e5fd5262c81f7554b8d9 (diff)
downloadpep8-999d11e6789d3debb16e1fc0cfbff9d1b229a93c.tar.gz
Merge pull request #479 from alasdairnicol/patch-1
Changed link from pep257 to pydocstyle now that project has been renamed
-rw-r--r--docs/intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 97b0a68..6a579b1 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -47,7 +47,7 @@ the ``pep8`` library:
`pep8-naming extension <https://pypi.python.org/pypi/pep8-naming>`_ to use
this feature.
* **docstring conventions**: they are not in the scope of this library;
- see the `pep257 project <https://github.com/GreenSteam/pep257>`_.
+ see the `pydocstyle project <https://github.com/PyCQA/pydocstyle>`_.
* **automatic fixing**: see the section *PEP8 Fixers* in the
:ref:`related tools <related-tools>` page.