diff options
author | Nikolaus Waxweiler <madigens@gmail.com> | 2018-10-27 15:44:24 +0100 |
---|---|---|
committer | Nikolaus Waxweiler <madigens@gmail.com> | 2018-10-27 15:44:24 +0100 |
commit | 7d129e6ba46ee01c25d6e6b463ec7df29e624670 (patch) | |
tree | f5d237c6d9b8958f8e28cc744ba96e304cef4687 /docs | |
parent | a31921034d64b59431ba2da0004f35785e3da422 (diff) | |
download | external_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.txt | 2 |
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 |