aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNikolaus Waxweiler <madigens@gmail.com>2018-10-27 15:44:24 +0100
committerNikolaus Waxweiler <madigens@gmail.com>2018-10-27 15:44:24 +0100
commit7d129e6ba46ee01c25d6e6b463ec7df29e624670 (patch)
treef5d237c6d9b8958f8e28cc744ba96e304cef4687 /docs
parenta31921034d64b59431ba2da0004f35785e3da422 (diff)
downloadexternal_python_setuptools-7d129e6ba46ee01c25d6e6b463ec7df29e624670.tar.gz
external_python_setuptools-7d129e6ba46ee01c25d6e6b463ec7df29e624670.tar.bz2
external_python_setuptools-7d129e6ba46ee01c25d6e6b463ec7df29e624670.zip
Correct typo
Diffstat (limited to 'docs')
-rw-r--r--docs/setuptools.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index 3cde56ea..f3a5f4ff 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -2403,7 +2403,7 @@ Metadata and options are set in the config sections of the same name.
Using a ``src/`` layout (storing packages in a subdirectory)
============================================================
-If you use a `src` layout, as in, you package structure looks like this::
+If you use a ``src/`` layout, as in, you package structure looks like this::
├── src
│   └── mypackage