[issue46293] Typo in specifying escape sequence

Preetham Nanjappa report at bugs.python.org
Fri Jan 7 09:37:58 EST 2022


New submission from Preetham Nanjappa <ilovedexter at gmail.com>:

See section "2.4.1. String and Bytes literals" of 3.10.1 documentation.
https://docs.python.org/3.10/reference/lexical_analysis.html#string-and-bytes-literals

Escape Sequence table. First line.

`\newline` should have been `\n`

----------
assignee: docs at python
components: Documentation
messages: 409967
nosy: docs at python, ilovedexter
priority: normal
severity: normal
status: open
title: Typo in specifying escape sequence
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46293>
_______________________________________


More information about the Python-bugs-list mailing list