Skip to content

Commit cf19f60

Browse files
sobolevnGlyphack
authored andcommitted
pythongh-101100: Fix sphinx warnings in library/getpass.rst (python#110461)
1 parent efdf6f7 commit cf19f60

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Doc/library/getpass.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The :mod:`getpass` module provides two functions:
4343
Return the "login name" of the user.
4444

4545
This function checks the environment variables :envvar:`LOGNAME`,
46-
:envvar:`USER`, :envvar:`LNAME` and :envvar:`USERNAME`, in order, and
46+
:envvar:`USER`, :envvar:`!LNAME` and :envvar:`USERNAME`, in order, and
4747
returns the value of the first one which is set to a non-empty string. If
4848
none are set, the login name from the password database is returned on
4949
systems which support the :mod:`pwd` module, otherwise, an exception is

Doc/tools/.nitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ Doc/library/fcntl.rst
6666
Doc/library/ftplib.rst
6767
Doc/library/functions.rst
6868
Doc/library/functools.rst
69-
Doc/library/getpass.rst
7069
Doc/library/gettext.rst
7170
Doc/library/gzip.rst
7271
Doc/library/http.client.rst

0 commit comments

Comments
 (0)