chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mp.c: Fix punctuation error in docstrings.
[catacomb-python]
/
mp.c
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\
\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@ */
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\
\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@ */
0, /* @tp_traverse@ */
0, /* @tp_clear@ */