diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> | 2011-06-08 15:47:30 +0200 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> | 2011-06-08 15:47:30 +0200 |
commit | e63f3e7d864b26529d6b197e053b4084be20decf (patch) | |
tree | 4284f6fe02dc3d76d2f4756319001405feb4f324 | |
parent | 38896a09fc855ee5e5fbd5ad47e7d502546cf251 (diff) | |
download | external_python_setuptools-e63f3e7d864b26529d6b197e053b4084be20decf.tar.gz external_python_setuptools-e63f3e7d864b26529d6b197e053b4084be20decf.tar.bz2 external_python_setuptools-e63f3e7d864b26529d6b197e053b4084be20decf.zip |
Fix a typo in documentation (issue #213).
--HG--
branch : distribute
extra : rebase_source : 66aec4b4380512e96e64285421eae404013964e1
-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 82d8e4e2..43845f60 100644 --- a/docs/python3.txt +++ b/docs/python3.txt @@ -66,7 +66,7 @@ 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 -"out of sync" with teh source directory. +"out of sync" with the source directory. Distributing Python 3 modules ============================= |