diff options
Diffstat (limited to 'Lib/netrc.py')
-rw-r--r-- | Lib/netrc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/netrc.py b/Lib/netrc.py index 5493d77..754828c 100644 --- a/Lib/netrc.py +++ b/Lib/netrc.py @@ -108,4 +108,4 @@ class netrc: return rep if __name__ == '__main__': - print netrc() + print(netrc()) |