-
- Downloads
use raw strings in docstrings that contain backslashes
For sequences such as '\d' and '\s' that are *not* escape sequences, this triggers a deprecation warning in recent versions of Python.
Please register or sign in to comment
For sequences such as '\d' and '\s' that are *not* escape sequences, this triggers a deprecation warning in recent versions of Python.