@@ -778,7 +778,7 @@ Library
778778
779779- Issue #14626: Large refactoring of functions / parameters in the os module.
780780 Many functions now support "dir_fd" and "follow_symlinks" parameters;
781- some also support accepting an open file descriptor in place of of a path
781+ some also support accepting an open file descriptor in place of a path
782782 string. Added os.support_* collections as LBYL helpers. Removed many
783783 functions only previously seen in 3.3 alpha releases (often starting with
784784 "f" or "l", or ending with "at"). Originally suggested by Serhiy Storchaka;
@@ -1412,7 +1412,7 @@ Library
14121412
14131413- Issue #14399: zipfile now recognizes that the archive has been modified even
14141414 if only the comment is changed. In addition, the TypeError that results from
1415- trying to set a non-binary value as a comment is now now raised at the time
1415+ trying to set a non-binary value as a comment is now raised at the time
14161416 the comment is set rather than at the time the zipfile is written.
14171417
14181418- trace.CoverageResults.is_ignored_filename() now ignores any name that starts
@@ -3052,7 +3052,7 @@ Library
30523052 check or set the MACOSX_DEPLOYMENT_TARGET environment variable for the
30533053 interpreter process. This could cause failures in non-Distutils subprocesses
30543054 and was unreliable since tests or user programs could modify the interpreter
3055- environment after Distutils set it. Instead, have Distutils set the the
3055+ environment after Distutils set it. Instead, have Distutils set the
30563056 deployment target only in the environment of each build subprocess. It is
30573057 still possible to globally override the default by setting
30583058 MACOSX_DEPLOYMENT_TARGET before launching the interpreter; its value must be
0 commit comments