summaryrefslogtreecommitdiff
path: root/Misc/HISTORY
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-06-24 06:41:19 +0000
committerGeorg Brandl <georg@python.org>2009-06-24 06:41:19 +0000
commitb6237d49a54c4afda5bdf5bb6387e8e1287fb784 (patch)
treeb910bf59129912b52d72cfd18b57a539e3363426 /Misc/HISTORY
parent4866cc856c474c50418fbf6f654762924ace4b8f (diff)
downloadcpython-b6237d49a54c4afda5bdf5bb6387e8e1287fb784.tar.gz
#6332: fix word dupes throughout the source.
Diffstat (limited to 'Misc/HISTORY')
-rw-r--r--Misc/HISTORY6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY
index 14f283d92d..127b782c1f 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -16184,7 +16184,7 @@ people seemed not to have picked it up. There's a Python script that
fixes old code: demo/scripts/classfix.py.
* There's a new reserved word: "access". The syntax and semantics are
-still subject of of research and debate (as well as undocumented), but
+still subject of research and debate (as well as undocumented), but
the parser knows about the keyword so you must not use it as a
variable, function, or attribute name.
@@ -16434,7 +16434,7 @@ you could get away with the following:
(a) define a function of one argument and call it with any
number of arguments; if the actual argument count wasn't
one, the function would receive a tuple containing the
- arguments arguments (an empty tuple if there were none).
+ arguments (an empty tuple if there were none).
(b) define a function of two arguments, and call it with more
than two arguments; if there were more than two arguments,
@@ -16756,7 +16756,7 @@ Changes to the source code that affect C extension writers
----------------------------------------------------------
The function strdup() no longer exists (it was used only in one places
-and is somewhat of a a portability problem sice some systems have the
+and is somewhat of a portability problem since some systems have the
same function in their C library.
The functions NEW() and RENEW() allocate one spare byte to guard