summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorSebastian Vetter <seb@roadsi.de>2017-04-21 17:24:57 (GMT)
committerMariatta <Mariatta@users.noreply.github.com>2017-04-21 17:24:57 (GMT)
commitd1ae24e8880fe00d006eb2996af815c35fbcfb33 (patch)
treefc66a3fc8fa6c552a6c7a32f795508f14f8dab9e /Doc/using
parent46c2b81026bbf966c0898a1fa30d98c33673aea0 (diff)
downloadcpython-d1ae24e8880fe00d006eb2996af815c35fbcfb33.zip
cpython-d1ae24e8880fe00d006eb2996af815c35fbcfb33.tar.gz
cpython-d1ae24e8880fe00d006eb2996af815c35fbcfb33.tar.bz2
Correct the README link in Unix install docs (#1245)
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/unix.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst
index 97f0a49..604688c 100644
--- a/Doc/using/unix.rst
+++ b/Doc/using/unix.rst
@@ -77,7 +77,7 @@ The build process consists in the usual ::
make install
invocations. Configuration options and caveats for specific Unix platforms are
-extensively documented in the :source:`README` file in the root of the Python
+extensively documented in the :source:`README.rst` file in the root of the Python
source tree.
.. warning::