mirror of
https://github.com/python/cpython.git
synced 2025-10-01 21:02:15 +00:00
Docs: fix some wrong words (GH-6987)
Fix typos in code comments: bdb.py and configure.ac.
(cherry picked from commit b5c246f833
)
Co-authored-by: Eitan Adler <grimreaper@users.noreply.github.com>
This commit is contained in:
parent
4e033c5aa1
commit
8e0573029f
2 changed files with 3 additions and 3 deletions
|
@ -257,7 +257,7 @@ class Bdb:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def user_line(self, frame):
|
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
|
pass
|
||||||
|
|
||||||
def user_return(self, frame, return_value):
|
def user_return(self, frame, return_value):
|
||||||
|
|
|
@ -153,7 +153,7 @@ AC_ARG_ENABLE(universalsdk,
|
||||||
[
|
[
|
||||||
case $enableval in
|
case $enableval in
|
||||||
yes)
|
yes)
|
||||||
# Locate the best usable SDK, see Mac/README.txt for more
|
# Locate the best usable SDK, see Mac/README for more
|
||||||
# information
|
# information
|
||||||
enableval="`/usr/bin/xcodebuild -version -sdk macosx Path 2>/dev/null`"
|
enableval="`/usr/bin/xcodebuild -version -sdk macosx Path 2>/dev/null`"
|
||||||
if ! ( echo $enableval | grep -E '\.sdk' 1>/dev/null )
|
if ! ( echo $enableval | grep -E '\.sdk' 1>/dev/null )
|
||||||
|
@ -609,7 +609,7 @@ fi
|
||||||
if test "$ac_sys_system" = "Darwin"
|
if test "$ac_sys_system" = "Darwin"
|
||||||
then
|
then
|
||||||
# Compiler selection on MacOSX is more complicated than
|
# 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
|
# information
|
||||||
if test -z "${CC}"
|
if test -z "${CC}"
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue