Skip to content

Commit 207294f

Browse files
Update developer-workflow/cpython-deprecation-workflow.rst
Co-authored-by: Adam Turner <[email protected]>
1 parent b8fbd0b commit 207294f

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
@@ -20,8 +20,9 @@ Start by creating a GitHub issue to propose the deprecation:
2020
* Clearly describe the feature and why deprecation is needed.
2121
* Encourage community feedback and suggestions.
2222

23-
3. Deprecation Implementation
24-
-----------------------------
23+
Deprecation implementation
24+
--------------------------
25+
2526
Once approved:
2627

2728
* **Raise a Warning**: Use :func:`warnings.warn` with :exc:`DeprecationWarning` for typical cases.

0 commit comments

Comments
 (0)