Skip to content

Commit bb36c54

Browse files
Cleanup
1 parent 4d948c0 commit bb36c54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ indent_style = space
99
indent_size = 4
1010

1111
[*.rst]
12-
indent_size = 2
12+
indent_size = 3
1313

1414
[*.{js,yml,yaml}]
1515
indent_size = 2

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Deprecated C APIs
164164
Removed C APIs
165165
--------------
166166

167-
*
167+
* Remove deprecated ``PyUnicode`` functions:
168168

169169
* :c:func:`!PyUnicode_AsDecodedObject`:
170170
Use :c:func:`PyCodec_Decode` instead.

0 commit comments

Comments
 (0)