From: Éric Araujo Date: Mon, 6 Jun 2011 00:00:54 +0000 (+0200) Subject: Fix a few typos X-Git-Tag: v3.3.0a1~2172^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60533e03e9970988b0b0fbf9811db4a948e6ffe7;p=python Fix a few typos --- diff --git a/Doc/packaging/setupcfg.rst b/Doc/packaging/setupcfg.rst index 231436cab4..a67c1fb035 100644 --- a/Doc/packaging/setupcfg.rst +++ b/Doc/packaging/setupcfg.rst @@ -521,7 +521,7 @@ Defining a base prefix """""""""""""""""""""" When you define your resources, you can have more control of how the final path -is compute. +is computed. By default, the final path is:: @@ -548,7 +548,7 @@ The **prefix** is "docs/" and the **suffix** is "doc.html". .. note:: - Glob syntax is working the same way with standard source and splitted source. + Glob syntax is working the same way with standard source and split source. So these rules:: docs/* @@ -557,7 +557,7 @@ The **prefix** is "docs/" and the **suffix** is "doc.html". Will match all the files in the docs directory. -When you use splitted source, the final path is compute in this way:: +When you use split source, the final path is computed this way:: destination + prefix