New submission from Jakub Wilk:

Documentation for the re module <https://docs.python.org/3/library/re.html> 
reads:

    Unknown escapes consist of '\' and ASCII letter now raise a deprecation 
warning ...

This should be:

    ... escapes consisting of ...

----------
assignee: docs@python
components: Documentation
messages: 268630
nosy: docs@python, jwilk
priority: normal
severity: normal
status: open
title: re documentation: typo "escapes consist of"
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27327>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to