]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix typo
authorSandro Tosi <sandro.tosi@gmail.com>
Tue, 14 Aug 2012 17:51:43 +0000 (19:51 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Tue, 14 Aug 2012 17:51:43 +0000 (19:51 +0200)
Doc/tutorial/inputoutput.rst

index 00f5aea609094bf6adeb98f5474f32c128ca65de..45de518de81cc49950d557629737af48894083c9 100644 (file)
@@ -37,7 +37,7 @@ or :func:`str` functions.
 The :func:`str` function is meant to return representations of values which are
 fairly human-readable, while :func:`repr` is meant to generate representations
 which can be read by the interpreter (or will force a :exc:`SyntaxError` if
-there is not equivalent syntax).  For objects which don't have a particular
+there is no equivalent syntax).  For objects which don't have a particular
 representation for human consumption, :func:`str` will return the same value as
 :func:`repr`.  Many values, such as numbers or structures like lists and
 dictionaries, have the same representation using either function.  Strings, in