bpo-36006: Fix versionchanged directive alignment in io module docume… · python/cpython@05f4136 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 05f4136

miss-islingtoneamanu

and

authored

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 2 additions & 2 deletions

Original file line number Diff line number Diff line change
@@ -349,8 +349,8 @@ I/O Base Classes
349 349 (on most systems, additional bytes are zero-filled). The new file size
350 350 is returned.
351 351
352 - .. versionchanged:: 3.5
353 - Windows will now zero-fill files when extending.
352 + .. versionchanged:: 3.5
353 + Windows will now zero-fill files when extending.
354 354
355 355 .. method:: writable()
356 356