Skip to content

Commit d877728

Browse files
Berthin TorresBerthin Torres
authored andcommitted
fix doc linting
1 parent c1e3abf commit d877728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/netrc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ the Unix :program:`ftp` program and other FTP clients.
1919

2020
A :class:`~netrc.netrc` instance or subclass instance encapsulates data from a netrc
2121
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.
22+
argument is given, it will look for the file path in the :envvar:`NETRC` environment variable.
2323
If that is not set, it defaults to reading the file :file:`.netrc` in the user's home
2424
directory -- as determined by :func:`os.path.expanduser`. If the file cannot be found,
2525
a :exc:`FileNotFoundError` exception will be raised.

0 commit comments

Comments
 (0)