chiark / gitweb /
mp.c: Describe `MP' and `GF' conversion semantics.
[catacomb-python] / field.c
diff --git a/field.c b/field.c
index 5b4c27dae491aa301a660c3c6cd9badce9f98364..1f316f3bd8f2fbfb9dce6ff3a30fb0a0b6f53a39 100644 (file)
--- a/field.c
+++ b/field.c
@@ -337,8 +337,8 @@ static PyObject *feget__value(PyObject *me, void *hunoz)
 static PyGetSetDef fe_pygetset[] = {
 #define GETSETNAME(op, name) fe##op##_##name
   GET  (field,         "X.field -> field containing X")
-  GET  (value,         "X.value -> `natural' integer representation of X")
-  GET  (_value,        "X._value -> internal integer representation of X")
+  GET  (value,         "X.value -> `natural' MP/GF representation of X")
+  GET  (_value,        "X._value -> internal MP/GF representation of X")
 #undef GETSETNAME
   { 0 }
 };