diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2000-12-20 15:07:34 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2000-12-20 15:07:34 (GMT) |
commit | 9bcc68c1832572f7dc77dee5ebf27e9e3b4deaf0 (patch) | |
tree | 3ac04602d603e3ceb1a826df14dc4c746bc95802 /Python | |
parent | 04a45e9bb159f348ba722d0b49f9837f91cceaea (diff) | |
download | cpython-9bcc68c1832572f7dc77dee5ebf27e9e3b4deaf0.zip cpython-9bcc68c1832572f7dc77dee5ebf27e9e3b4deaf0.tar.gz cpython-9bcc68c1832572f7dc77dee5ebf27e9e3b4deaf0.tar.bz2 |
Whoops! Two stray characters crept in to my last check-in
Diffstat (limited to 'Python')
-rw-r--r-- | Python/bltinmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index af4ae20..820bdaa 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -1,4 +1,4 @@ -fo + /* Built-in functions */ #include "Python.h" |