mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Fix typo in comments
This commit is contained in:
parent
596fdd0fd3
commit
19a5c29d27
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@ Inexact.register(float)
|
|||
# Inexact.register(decimal.Decimal)
|
||||
|
||||
|
||||
## Notes on Decimal and how relates to the numeric tower
|
||||
## -----------------------------------------------------
|
||||
## Notes on Decimal and it how relates to the numeric tower
|
||||
## --------------------------------------------------------
|
||||
## Decimal is Real except that it does not support the real and imag properties
|
||||
## or the conjugate() and complex() methods. If those get defined at some
|
||||
## point, they cannot use the default implementation which would be sensitive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue