Closed
Description
The Python documentation has an example code for the bisect function HERE. In the second example code there's the surname of the movie director Steven Spielberg written incorrectly as Speilberg in every occurence. His surname should be corrected from Speilberg to the correct spelling Spielberg.
Perhaps his Wikipedia article should be enough to prove my point: Steven Spielberg Wikipedia article
I am politely asking to fix this misspelling in the example code for every such occurence. Thank you.