mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Fix a few typos and a double semicolon. Patch by Eitan Adler.
This commit is contained in:
parent
1c1cadbbca
commit
3f5db3940f
10 changed files with 10 additions and 10 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue