diff options
| author | Brett Cannon <bcannon@gmail.com> | 2005-03-01 03:16:34 +0000 |
|---|---|---|
| committer | Brett Cannon <bcannon@gmail.com> | 2005-03-01 03:16:34 +0000 |
| commit | 5ce2587b1b9955687804b3636fe32536add55eb2 (patch) | |
| tree | cb565cdd8b7fe66b618fb4744826c519d81fcb36 | |
| parent | e94e74a8e10183232cf35e0805da419a247cd9ed (diff) | |
| download | cpython-git-5ce2587b1b9955687804b3636fe32536add55eb2.tar.gz | |
Fix grammatical typo in a comment.
| -rw-r--r-- | Modules/_localemodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c index de470e0299..bd57c2ff94 100644 --- a/Modules/_localemodule.c +++ b/Modules/_localemodule.c @@ -426,7 +426,7 @@ static char *mac_getscript(void) /* XXX which one is mac-latin2? */ } if (!name) { - /* This leaks a an object. */ + /* This leaks an object. */ name = CFStringConvertEncodingToIANACharSetName(enc); } return (char *)CFStringGetCStringPtr(name, 0); |
