]> granicus.if.org Git - python/commitdiff
specify that getuid() returns the real uid (closes #10503)
authorBenjamin Peterson <benjamin@python.org>
Sat, 7 Jun 2014 20:50:34 +0000 (13:50 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sat, 7 Jun 2014 20:50:34 +0000 (13:50 -0700)
Patch by εσχατοκυριος.

Doc/library/os.rst

index 2149ae5fa94c88b0c5720e3adf3576d44bf6df39..71133c416433e9431692a45039928ddaf94d02da 100644 (file)
@@ -257,7 +257,7 @@ process and user.
 
    .. index:: single: user; id
 
-   Return the current process's user id.
+   Return the current process's real user id.
 
    Availability: Unix.