From 7d129e6ba46ee01c25d6e6b463ec7df29e624670 Mon Sep 17 00:00:00 2001 From: Nikolaus Waxweiler Date: Sat, 27 Oct 2018 15:44:24 +0100 Subject: Correct typo --- docs/setuptools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3