Skip to content

Commit be2411f

Browse files
committed
Typo
1 parent 7b50df6 commit be2411f

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
@@ -885,7 +885,7 @@ while True:
885885
* `'x'` - write or fail if the file already exists
886886
* `'a'` - append
887887
* `'w+'` - read and write (truncate)
888-
* `'r+'` - read and write from begining
888+
* `'r+'` - read and write from beginning
889889
* `'a+'` - read and write from end
890890
* `'b'` - binary mode
891891
* `'t'` - text mode (default)
@@ -1086,7 +1086,7 @@ b'\x00\x01\x00\x02\x00\x00\x00\x03'
10861086
* `'<'` - little-endian
10871087
* `'>'` - big-endian
10881088

1089-
#### Use capital leter for unsigned type. Standard size in brackets:
1089+
#### Use capital letter for unsigned type. Standard size in brackets:
10901090
* `'x'` - pad byte
10911091
* `'c'` - char (1)
10921092
* `'h'` - short (2)

0 commit comments

Comments
 (0)