diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-11 01:19:18 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-11 01:19:18 (GMT) |
commit | 42e268ee1d4027db7eeb585c6d1d7da147e52dba (patch) | |
tree | 0b33e714ee196a5bcb5475a56bd89bdf2e645fdb | |
parent | d29d0393f37af0166439618e4386c68492f66c5d (diff) | |
download | cpython-42e268ee1d4027db7eeb585c6d1d7da147e52dba.zip cpython-42e268ee1d4027db7eeb585c6d1d7da147e52dba.tar.gz cpython-42e268ee1d4027db7eeb585c6d1d7da147e52dba.tar.bz2 |
add trailing slash
-rw-r--r-- | Misc/python.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python.man b/Misc/python.man index 0ca5e91..054fbb5 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -452,7 +452,7 @@ The integer must be a decimal number in the range [0,4294967295]. Specifying the value 0 will lead to the same hash values as when hash randomization is disabled. .SH AUTHOR -The Python Software Foundation: https://www.python.org/psf +The Python Software Foundation: https://www.python.org/psf/ .SH INTERNET RESOURCES Main website: https://www.python.org/ .br |