diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-07-27 10:09:09 -0600 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-07-27 10:09:09 -0600 |
| commit | 0a17e6723bf703d3f9ebfcde1d5ffaffce682427 (patch) | |
| tree | 0be8165d1fe3910c24d5ada43b99e915057ac5af /docs/python3.txt | |
| parent | c6fbf0c0ab840ad86687323c7532ff5b7de6c6bb (diff) | |
| parent | d1e6671ef6f2cc89df210122a4e5e67fa6e2c321 (diff) | |
| download | python-setuptools-git-0a17e6723bf703d3f9ebfcde1d5ffaffce682427.tar.gz | |
Merged in mg/setuptools (pull request #69)
Fix some typos in the documentation
Diffstat (limited to 'docs/python3.txt')
| -rw-r--r-- | docs/python3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/python3.txt b/docs/python3.txt index 1e019951..df173000 100644 --- a/docs/python3.txt +++ b/docs/python3.txt @@ -69,7 +69,7 @@ before you run the test command, as the files otherwise will seem updated, and no conversion will happen. In general, if code doesn't seem to be converted, deleting the build directory -and trying again is a good saferguard against the build directory getting +and trying again is a good safeguard against the build directory getting "out of sync" with the source directory. Distributing Python 3 modules |
