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 (parent:
a750c75
)
mp.c: Spell `MP' and `GF' in the correct case in docstrings.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 22 Nov 2019 18:55:46 +0000
(18:55 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 22 Nov 2019 22:17:30 +0000
(22:17 +0000)
mp.c
patch
|
blob
|
blame
|
history
diff --git
a/mp.c
b/mp.c
index e4f59804246862d6f71836b4a81fd1e7ac39ce52..b3ab0d254fd59b182206eb3483765a8d587c71a0 100644
(file)
--- a/
mp.c
+++ b/
mp.c
@@
-894,7
+894,7
@@
static PyTypeObject mp_pytype_skel = {
"Multiprecision integers, similar to `long' but more efficient and\n\
versatile. Support all the standard arithmetic operations.\n\
\n\
"Multiprecision integers, similar to `long' but more efficient and\n\
versatile. Support all the standard arithmetic operations.\n\
\n\
-Constructor
mp(X, radix = R) attempts to convert X to an `mp
'. If\n\
+Constructor
MP(X, radix = R) attempts to convert X to an `MP
'. If\n\
X is a string, it's read in radix-R form, or we look for a prefix\n\
if R = 0. Other acceptable things are ints and longs.\n\
\n\
X is a string, it's read in radix-R form, or we look for a prefix\n\
if R = 0. Other acceptable things are ints and longs.\n\
\n\
@@
-2083,7
+2083,7
@@
static PyTypeObject gf_pytype_skel = {
"Binary polynomials. Support almost all the standard arithmetic\n\
operations.\n\
\n\
"Binary polynomials. Support almost all the standard arithmetic\n\
operations.\n\
\n\
-Constructor
gf(X, radix = R) attempts to convert X to a `gf
'. If\n\
+Constructor
GF(X, radix = R) attempts to convert X to a `GF
'. If\n\
X is a string, it's read in radix-R form, or we look for a prefix\n\
if R = 0. Other acceptable things are ints and longs.\n\
\n\
X is a string, it's read in radix-R form, or we look for a prefix\n\
if R = 0. Other acceptable things are ints and longs.\n\
\n\