Skip to content

Commit 0379eb0

Browse files
Update README.md
1 parent dfc9028 commit 0379eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ Converts *number* into a bytes buffer with length *size* and endian *endian*, th
116116

117117
**read_ints(size, n endian=None, signed=False)**
118118

119-
Reads *n* integers of *size* bytes from the buffer. Can be faster than *read_int* when multiple reads are required but limited to sizes 1, 2, 4, 8.
119+
Reads *n* integers of *size* bytes from the buffer. Can be faster than *read_int* when multiple reads are required but limited to sizes 1, 2, 4, and 8.
120120

121121
**write_ints(numbers, size, endian=None, signed=False)**
122122

123-
Converts a list of integers *numbers* into a bytes buffer with length *size* and endian *endian*, then writes it into the buffer. Can be faster than *write_int* when multiple writes are required but limited to sizes 1, 2, 4, 8.
123+
Converts a list of integers *numbers* into a bytes buffer with length *size* and endian *endian*, then writes it into the buffer. Can be faster than *write_int* when multiple writes are required but limited to sizes 1, 2, 4, and 8.
124124

125125
**read_float(size, endian=None)**
126126

0 commit comments

Comments
 (0)