Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed sphinx-linting error
  • Loading branch information
Lincoln-developer committed Nov 8, 2024
commit e99387d8f4b198c4849570e385e0f86e000c75c8
2 changes: 1 addition & 1 deletion developer-workflow/cpython-deprecation-workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This document outlines the practical steps required for deprecating a feature, s
------------------------------------
Before proposing deprecation:

* **Assess Usage**: Use tools like GitHub search, `grep`, or PyPI statistics to determine the extent and context of usage.
* **Assess Usage**: Use tools like GitHub search, ``grep``, or ``PyPI statistics`` to determine the extent and context of usage.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps you could add links here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay sure, let me add them

* **Consider Alternatives**: Ensure there are suitable replacements or upgrades available.

2. Open an Issue
Expand Down