We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e3abf commit d877728Copy full SHA for d877728
Doc/library/netrc.rst
@@ -19,7 +19,7 @@ the Unix :program:`ftp` program and other FTP clients.
19
20
A :class:`~netrc.netrc` instance or subclass instance encapsulates data from a netrc
21
file. The initialization argument, if present, specifies the file to parse. If no
22
- argument is given, it will look for the file path in the `NETRC` environment variable.
+ argument is given, it will look for the file path in the :envvar:`NETRC` environment variable.
23
If that is not set, it defaults to reading the file :file:`.netrc` in the user's home
24
directory -- as determined by :func:`os.path.expanduser`. If the file cannot be found,
25
a :exc:`FileNotFoundError` exception will be raised.
0 commit comments