chiark
/
gitweb
/
~mdw
/
catacomb-python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d0cc556
)
mp.c: Fix punctuation error in docstrings.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 22 Nov 2019 18:56:54 +0000
(18:56 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 27 Nov 2019 15:11:29 +0000
(15:11 +0000)
mp.c
patch
|
blob
|
blame
|
history
diff --git
a/mp.c
b/mp.c
index 1448bc237c2c680253f6fa4c5498c183ca2930c1..31eec247760b63318f6082704ed551205007dd68 100644
(file)
--- a/
mp.c
+++ b/
mp.c
@@
-905,7
+905,7
@@
with an integer conversion.\n\
\n\
Notes:\n\
\n\
- * Use `//' for integer division
.
`/' gives exact rational division.",
+ * Use `//' for integer division
:
`/' gives exact rational division.",
0, /* @tp_traverse@ */
0, /* @tp_clear@ */
@@
-2112,7
+2112,7
@@
but it's much easier to type than `p2' or `c2' or whatever.\n\
\n\
Notes:\n\
\n\
- * Use `//' for Euclidean division
.
`/' gives exact rational division.",
+ * Use `//' for Euclidean division
:
`/' gives exact rational division.",
0, /* @tp_traverse@ */
0, /* @tp_clear@ */