We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73b60f commit 1d81b04Copy full SHA for 1d81b04
Doc/c-api/long.rst
@@ -453,7 +453,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
453
454
Otherwise, returns the number of bytes required to store the value.
455
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
+ All *n_bytes* of the buffer are written: remaining bytes filled by
457
copies of the sign bit.
458
459
If the returned value is greater than *n_bytes*, the value was
0 commit comments