Skip to content

Commit fc0b4ec

Browse files
Update developer-workflow/cpython-deprecation-workflow.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent a90e99a commit fc0b4ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

developer-workflow/cpython-deprecation-workflow.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ After the deprecation period (typically 2+ releases):
6464
* Update documentation, removing references to the deprecated feature.
6565
* Include the removal in the "What's New" for the release.
6666

67-
6. PendingDeprecationWarning Workflow
68-
-------------------------------------
67+
``PendingDeprecationWarning`` workflow
68+
--------------------------------------
69+
6970
For gradual deprecations:
7071

7172
* **Use Case**: When you want to signal future deprecation but not yet alert end-users.

0 commit comments

Comments
 (0)