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 7b50df6 commit be2411fCopy full SHA for be2411f
README.md
@@ -885,7 +885,7 @@ while True:
885
* `'x'` - write or fail if the file already exists
886
* `'a'` - append
887
* `'w+'` - read and write (truncate)
888
-* `'r+'` - read and write from begining
+* `'r+'` - read and write from beginning
889
* `'a+'` - read and write from end
890
* `'b'` - binary mode
891
* `'t'` - text mode (default)
@@ -1086,7 +1086,7 @@ b'\x00\x01\x00\x02\x00\x00\x00\x03'
1086
* `'<'` - little-endian
1087
* `'>'` - big-endian
1088
1089
-#### Use capital leter for unsigned type. Standard size in brackets:
+#### Use capital letter for unsigned type. Standard size in brackets:
1090
* `'x'` - pad byte
1091
* `'c'` - char (1)
1092
* `'h'` - short (2)
0 commit comments