Skip to content

use raw strings in docstrings that contain backslashes

Joseph Weston requested to merge jbweston/kwant:fix/docstring-escapes into stable

For sequences such as '\d' and '\s' that are not escape sequences, this triggers a deprecation warning in recent versions of Python.

Merge request reports