Skip to content

Commit 4ad3d45

Browse files
authored
Merge pull request #3331 from codeandfire/fix-1
Replaced single backticks with double ones
2 parents 1e5e8df + e6127f9 commit 4ad3d45

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Deprecations
4242

4343
Changes
4444
^^^^^^^
45-
* #1806: Allowed recursive globs (`**`) in `package_data`. -- by :user:`nullableVoidPtr`
45+
* #1806: Allowed recursive globs (``**``) in ``package_data``. -- by :user:`nullableVoidPtr`
4646
* #3206: Fixed behaviour when both ``install_requires`` (in ``setup.py``) and
4747
``dependencies`` (in ``pyproject.toml``) are specified.
4848
The configuration in ``pyproject.toml`` will take precedence over ``setup.py``

changelog.d/3331.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replaced single backticks with double ones in ``CHANGES.rst`` -- by :user:`codeandfire`

0 commit comments

Comments
 (0)