From 42e268ee1d4027db7eeb585c6d1d7da147e52dba Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 10 May 2015 21:19:18 -0400 Subject: [PATCH] add trailing slash --- Misc/python.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/python.man b/Misc/python.man index 0ca5e91b455..054fbb5e9b6 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