I'm troubled with one little letter:
"L.copy() -> list -- a shallow copy of L");  should be
"L.copy() -> list -- shallow copy of L");  without the letter 'a', because other sentences also don't say  "L.__sizeof__() -- *A* size of L in memory, in bytes");
Please fix this.