]> granicus.if.org Git - python/commitdiff
Docs: fix some wrong words (GH-6987)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 2 Jun 2018 14:36:19 +0000 (07:36 -0700)
committerGitHub <noreply@github.com>
Sat, 2 Jun 2018 14:36:19 +0000 (07:36 -0700)
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>
Lib/bdb.py
configure.ac

index c6a10359ac6fca90f996c5db7ce0e12718b63814..880ff5daf9953de61ca92bbc0a085a9b11bc9016 100644 (file)
@@ -257,7 +257,7 @@ class Bdb:
         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):
index 11fc7e545dec367104ed81bb243a42cf7d81c43f..bb89477ec318664588eb7dcac1e48742a394deae 100644 (file)
@@ -153,7 +153,7 @@ AC_ARG_ENABLE(universalsdk,
 [
        case $enableval in
        yes)
-               # Locate the best usable SDK, see Mac/README.txt for more
+               # Locate the best usable SDK, see Mac/README for more
                # information
                enableval="`/usr/bin/xcodebuild -version -sdk macosx Path 2>/dev/null`"
                if ! ( echo $enableval | grep -E '\.sdk' 1>/dev/null )
@@ -609,7 +609,7 @@ fi
 if test "$ac_sys_system" = "Darwin"
 then
        # Compiler selection on MacOSX is more complicated than
-       # AC_PROG_CC can handle, see Mac/README.txt for more
+       # AC_PROG_CC can handle, see Mac/README for more
        # information
        if test -z "${CC}"
        then