Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92636bf commit 6ce21a3Copy full SHA for 6ce21a3
1 file changed
Doc/tutorial/inputoutput.rst
@@ -37,7 +37,7 @@ or :func:`str` functions.
37
The :func:`str` function is meant to return representations of values which are
38
fairly human-readable, while :func:`repr` is meant to generate representations
39
which can be read by the interpreter (or will force a :exc:`SyntaxError` if
40
-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
41
representation for human consumption, :func:`str` will return the same value as
42
:func:`repr`. Many values, such as numbers or structures like lists and
43
dictionaries, have the same representation using either function. Strings and
0 commit comments