summaryrefslogtreecommitdiffstats
path: root/Modules/main.c
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-02-21 21:37:36 (GMT)
committerGeorg Brandl <georg@python.org>2012-02-21 21:37:36 (GMT)
commit42ae472798d4be46038ea7769ee4cabbcc0e3be0 (patch)
tree837af0440d7bac0476e33530596315b73d223193 /Modules/main.c
parent65532111b41b7ad57f377997bf2c653495b2207a (diff)
parent7ef825fdabdc8cfa7117f3f8ad40f7f622ce823b (diff)
downloadcpython-42ae472798d4be46038ea7769ee4cabbcc0e3be0.zip
cpython-42ae472798d4be46038ea7769ee4cabbcc0e3be0.tar.gz
cpython-42ae472798d4be46038ea7769ee4cabbcc0e3be0.tar.bz2
merge with 3.2
Diffstat (limited to 'Modules/main.c')
-rw-r--r--Modules/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/main.c b/Modules/main.c
index 8241ee4..6eb05e9 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -104,7 +104,7 @@ static char *usage_5 =
"PYTHONFAULTHANDLER: dump the Python traceback on fatal errors.\n\
";
static char *usage_6 = "\
-PYTHONHASHSEED: if this variable is set to ``random``, a random value is used\n\
+PYTHONHASHSEED: if this variable is set to 'random', a random value is used\n\
to seed the hashes of str, bytes and datetime objects. It can also be\n\
set to an integer in the range [0,4294967295] to get hash values with a\n\
predictable seed.\n\