From 9475cd3fb839eba17f9eafba445c47859d30a50a Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 2 Dec 2015 18:39:32 -0200 Subject: [PATCH] Replace "--assertmode=off" by "--assert=plain" Fix #1214 --- doc/en/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/faq.rst b/doc/en/faq.rst index f91c953f9..dbcaf3fd4 100644 --- a/doc/en/faq.rst +++ b/doc/en/faq.rst @@ -76,7 +76,7 @@ be the same, confusing the reinterpreter and obfuscating the initial error (this is also explained at the command line if it happens). You can also turn off all assertion interaction using the -``--assertmode=off`` option. +``--assert=plain`` option. .. _`py namespaces`: index.html .. _`py/__init__.py`: http://bitbucket.org/hpk42/py-trunk/src/trunk/py/__init__.py