We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7235c1a commit 9cc353bCopy full SHA for 9cc353b
domdf_python_tools/compat.py
@@ -122,14 +122,14 @@ def __exit__(self, *excinfo):
122
"""
123
:py:obj:`True` if running on PyPy 3.6.
124
125
-.. versionadded:: $VERSION
+.. versionadded:: 2.6.0
126
127
128
PYPY37: bool = False
129
130
:py:obj:`True` if running on PyPy 3.7.
131
132
133
134
135
if PYPY: # pragma: no cover
0 commit comments