Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ b'\x00{\x00\x00\x01\xc8?\x9dp\xa4@\x91\xeb\x85'

* Table 10.9, pg. 311. The description for `format_map()` should use "taken" instead of "taking". "Formats `s` with substitutions taken from the mapping m."

* Table 10.10, pg. The description for `s + t` should read "Concatenation if `t` is a tuple."
* Table 10.10, pg. 313. The description for `s + t` should read "Concatenation if `t` is a tuple."

* Table 10.10, pg, 313. The `s.append(x)` method should be deleted.
* Table 10.10, pg. 313. The `s.append(x)` method should be deleted.

## Acknowledgements

Expand Down