]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Call me anal, but there was a particular phrase that was speading to
authorGuido van Rossum <guido@python.org>
Mon, 19 Aug 2002 19:26:42 +0000 (19:26 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Aug 2002 19:26:42 +0000 (19:26 +0000)
commite3a8e7ed1d221e5c19d0b3cd9796b393bc41dc68
tree2884b8565e41321e2bf453d7d34b4692a5583d10
parent056fbf422de9bd73988e81053de43c733c6b3a8b
Call me anal, but there was a particular phrase that was speading to
comments everywhere that bugged me: /* Foo is inlined */ instead of
/* Inline Foo */.  Somehow the "is inlined" phrase always confused me
for half a second (thinking, "No it isn't" until I added the missing
"here").  The new phrase is hopefully unambiguous.
Objects/bufferobject.c
Objects/complexobject.c
Objects/floatobject.c
Objects/intobject.c
Objects/stringobject.c
Objects/tupleobject.c
PC/_winreg.c