Skip to content

Commit 1d81b04

Browse files
committed
lint fix
1 parent e73b60f commit 1d81b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/long.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
453453
454454
Otherwise, returns the number of bytes required to store the value.
455455
If this is equal to or less than *n_bytes*, the entire value was copied.
456-
All *n_bytes* of the buffer are written: remaining bytes filled by
456+
All *n_bytes* of the buffer are written: remaining bytes filled by
457457
copies of the sign bit.
458458
459459
If the returned value is greater than *n_bytes*, the value was

0 commit comments

Comments
 (0)