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.
2 parents 1e5e8df + e6127f9 commit 4ad3d45Copy full SHA for 4ad3d45
CHANGES.rst
@@ -42,7 +42,7 @@ Deprecations
42
43
Changes
44
^^^^^^^
45
-* #1806: Allowed recursive globs (`**`) in `package_data`. -- by :user:`nullableVoidPtr`
+* #1806: Allowed recursive globs (``**``) in ``package_data``. -- by :user:`nullableVoidPtr`
46
* #3206: Fixed behaviour when both ``install_requires`` (in ``setup.py``) and
47
``dependencies`` (in ``pyproject.toml``) are specified.
48
The configuration in ``pyproject.toml`` will take precedence over ``setup.py``
changelog.d/3331.doc.rst
@@ -0,0 +1 @@
1
+Replaced single backticks with double ones in ``CHANGES.rst`` -- by :user:`codeandfire`
0 commit comments