diff options
author | Donald Stufft <donald@stufft.io> | 2014-05-20 12:58:38 -0400 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2014-05-20 12:58:38 -0400 |
commit | 8b852f111eb3e3f2e4f53f207859fdb3654d9b10 (patch) | |
tree | 7b730a2191a3fcc424e834994b35c24b1f4dbd3d /Doc/library/site.rst | |
parent | 1c4398f880c21d5e14462ef7096319da39148774 (diff) | |
download | cpython-git-8b852f111eb3e3f2e4f53f207859fdb3654d9b10.tar.gz |
Fix Issue #21528 - Fix documentation typos
Diffstat (limited to 'Doc/library/site.rst')
-rw-r--r-- | Doc/library/site.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/site.rst b/Doc/library/site.rst index 6beda84c14..ee2a68a50f 100644 --- a/Doc/library/site.rst +++ b/Doc/library/site.rst @@ -184,7 +184,7 @@ Module contents unless the Python interpreter was started with the :option:`-S` flag. .. versionchanged:: 3.3 - This function used to be called unconditionnally. + This function used to be called unconditionally. .. function:: addsitedir(sitedir, known_paths=None) |