Skip to content

Docs: fix some wrong words #6987

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lib/bdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def user_call(self, frame, argument_list):
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):
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down Expand Up @@ -572,7 +572,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
Expand Down