mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Docstring typo
This commit is contained in:
parent
45f585915e
commit
5217d5d678
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ def addsitedir(sitedir, known_paths=None):
|
|||
def check_enableusersite():
|
||||
"""Check if user site directory is safe for inclusion
|
||||
|
||||
The functions tests for the command line flag (including environment var),
|
||||
The function tests for the command line flag (including environment var),
|
||||
process uid/gid equal to effective uid/gid.
|
||||
|
||||
None: Disabled for security reasons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue