Skip to content

Commit edcef53

Browse files
committed
Fix typo
1 parent e1b927a commit edcef53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/decimal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2118,7 +2118,7 @@ Alternatively, inputs can be rounded upon creation using the
21182118

21192119
Q. Is the CPython implementation fast for large numbers?
21202120

2121-
A. Yes. A change was added to the Cpython specific implementation that uses
2121+
A. Yes. A change was added to the CPython specific implementation that uses
21222122
better than expected algorithms which can payoff nicely when used with very
21232123
large numbers. However, to realize this performance gain, the context needs
21242124
to be set for unrounded calculations.

0 commit comments

Comments
 (0)