[Python-checkins] cpython: Fix a few typos

eric.araujo python-checkins at python.org
Mon Jun 6 17:14:14 CEST 2011


http://hg.python.org/cpython/rev/ac15e2567414
changeset:   70683:ac15e2567414
user:        Éric Araujo <merwok at netwok.org>
date:        Mon Jun 06 02:00:54 2011 +0200
summary:
  Fix a few typos

files:
  Doc/packaging/setupcfg.rst |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Doc/packaging/setupcfg.rst b/Doc/packaging/setupcfg.rst
--- a/Doc/packaging/setupcfg.rst
+++ b/Doc/packaging/setupcfg.rst
@@ -521,7 +521,7 @@
 """"""""""""""""""""""
 
 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 @@
 
 .. 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 @@
 
    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
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list