Skip to content

Commit 8e05730

Browse files
Docs: fix some wrong words (GH-6987)
Fix typos in code comments: bdb.py and configure.ac. (cherry picked from commit b5c246f) Co-authored-by: Eitan Adler <[email protected]>
1 parent 4e033c5 commit 8e05730

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Lib/bdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def user_call(self, frame, argument_list):
257257
pass
258258

259259
def user_line(self, frame):
260-
"""Called when when we stop or break at a line."""
260+
"""Called when we stop or break at a line."""
261261
pass
262262

263263
def user_return(self, frame, return_value):

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ AC_ARG_ENABLE(universalsdk,
153153
[
154154
case $enableval in
155155
yes)
156-
# Locate the best usable SDK, see Mac/README.txt for more
156+
# Locate the best usable SDK, see Mac/README for more
157157
# information
158158
enableval="`/usr/bin/xcodebuild -version -sdk macosx Path 2>/dev/null`"
159159
if ! ( echo $enableval | grep -E '\.sdk' 1>/dev/null )
@@ -609,7 +609,7 @@ fi
609609
if test "$ac_sys_system" = "Darwin"
610610
then
611611
# Compiler selection on MacOSX is more complicated than
612-
# AC_PROG_CC can handle, see Mac/README.txt for more
612+
# AC_PROG_CC can handle, see Mac/README for more
613613
# information
614614
if test -z "${CC}"
615615
then

0 commit comments

Comments
 (0)