Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ce21a3

Browse files
committed
fix typo
1 parent 92636bf commit 6ce21a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tutorial/inputoutput.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ or :func:`str` functions.
3737
The :func:`str` function is meant to return representations of values which are
3838
fairly human-readable, while :func:`repr` is meant to generate representations
3939
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
40+
there is no equivalent syntax). For objects which don't have a particular
4141
representation for human consumption, :func:`str` will return the same value as
4242
:func:`repr`. Many values, such as numbers or structures like lists and
4343
dictionaries, have the same representation using either function. Strings and

0 commit comments

Comments
 (0)