diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-27 06:20:14 +0200 |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-27 06:20:14 +0200 |
| commit | 3f5db3940ff71428d1eecb3d4eebe68d9c3d216d (patch) | |
| tree | ef8c20da3ad9050700786a6999e1094f7fe397ba /Modules/_decimal | |
| parent | 1c1cadbbca21f75733bb201e7c94863b6e6ed206 (diff) | |
| download | cpython-git-3f5db3940ff71428d1eecb3d4eebe68d9c3d216d.tar.gz | |
Fix a few typos and a double semicolon. Patch by Eitan Adler.
Diffstat (limited to 'Modules/_decimal')
| -rw-r--r-- | Modules/_decimal/libmpdec/mpdecimal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_decimal/libmpdec/mpdecimal.c b/Modules/_decimal/libmpdec/mpdecimal.c index 721174d216..c63a1a08e4 100644 --- a/Modules/_decimal/libmpdec/mpdecimal.c +++ b/Modules/_decimal/libmpdec/mpdecimal.c @@ -2084,7 +2084,7 @@ mpd_qcmp(const mpd_t *a, const mpd_t *b, uint32_t *status) } /* - * Compare a and b, convert the the usual integer result to a decimal and + * Compare a and b, convert the usual integer result to a decimal and * store it in 'result'. For convenience, the integer result of the comparison * is returned. Comparisons involving NaNs return NaN/INT_MAX. */ |
