typo
This commit is contained in:
parent
f63ff5267c
commit
6fdcecb864
|
@ -167,7 +167,7 @@ easy to rewrite the assertion and avoid any trouble::
|
||||||
content = f.read()
|
content = f.read()
|
||||||
assert content != '...'
|
assert content != '...'
|
||||||
|
|
||||||
All assert introspeciton can be turned off by passing ``--assertmode=off``.
|
All assert introspection can be turned off by passing ``--assertmode=off``.
|
||||||
|
|
||||||
.. versionadded:: 2.1
|
.. versionadded:: 2.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue