mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)
This commit is contained in:
parent
4b17e3993b
commit
f0dfc7ac5c
43 changed files with 47 additions and 47 deletions
|
@ -10,7 +10,7 @@ somewhere near the top of their code. Because of the automatic
|
|||
import, this is no longer necessary (but code that does it still
|
||||
works).
|
||||
|
||||
This will append site-specific paths to to the module search path. On
|
||||
This will append site-specific paths to the module search path. On
|
||||
Unix, it starts with sys.prefix and sys.exec_prefix (if different) and
|
||||
appends lib/python<version>/site-packages as well as lib/site-python.
|
||||
On other platforms (mainly Mac and Windows), it uses just sys.prefix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue