We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7355ef4 commit 22377c2Copy full SHA for 22377c2
docs/source/conf.py
@@ -167,4 +167,4 @@
167
168
169
# Configuration for intersphinx: refer to the Python standard library.
170
-intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
+intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
docs/source/release-notes/2.0.1.rst
@@ -7,7 +7,7 @@
7
8
- Fix bug where an empty path was not being matched by the PATH_EMPTY
9
regex - `bug 88`_
10
-
+
11
- Fix bug where a newline character embedded in a fragment would
12
cause regex parsing to halt - `bug 99`
13
0 commit comments