Skip to content

Commit e99387d

Browse files
Fixed sphinx-linting error
1 parent f2fd360 commit e99387d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer-workflow/cpython-deprecation-workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This document outlines the practical steps required for deprecating a feature, s
88
------------------------------------
99
Before proposing deprecation:
1010

11-
* **Assess Usage**: Use tools like GitHub search, `grep`, or PyPI statistics to determine the extent and context of usage.
11+
* **Assess Usage**: Use tools like GitHub search, ``grep``, or ``PyPI statistics`` to determine the extent and context of usage.
1212
* **Consider Alternatives**: Ensure there are suitable replacements or upgrades available.
1313

1414
2. Open an Issue

0 commit comments

Comments
 (0)