Docs: fix some wrong words (GH-6987)
Fix typos in code comments: bdb.py and configure.ac.
(cherry picked from commit b5c246f833d95991fed728c3845176dd661cd5ea)
Co-authored-by: Eitan Adler <grimreaper@users.noreply.github.com>
diff --git a/Lib/bdb.py b/Lib/bdb.py
index c6a1035..880ff5d 100644
--- a/Lib/bdb.py
+++ b/Lib/bdb.py
@@ -257,7 +257,7 @@
pass
def user_line(self, frame):
- """Called when when we stop or break at a line."""
+ """Called when we stop or break at a line."""
pass
def user_return(self, frame, return_value):