New GitHub issue #95994 from anupkaushal97:<br>

<hr>

<pre>
![Escape_Sequences](https://user-images.githubusercontent.com/103025861/184623417-c0b6d196-694d-4646-8cda-8d2a32ef7e27.png)
There is mistake related to escape sequences in Python documentation 
page link: https://docs.python.org/3/reference/lexical_analysis.html#strings

it shows "\newline" with meaning "Backslash and newline ignored" while using this has no effect in code 

`print('Hello \newline World!')`

outputs: Hello 
ewline World!
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/95994">View on GitHub</a>
<p>Labels: docs</p>
<p>Assignee: </p>