From: Mark Wooding Date: Fri, 22 Nov 2019 17:23:15 +0000 (+0000) Subject: group.c: Fix capitalization of `ECPt' in docstring. X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/commitdiff_plain/a750c755effc579dddc469ece2be0825ea3a8491?hp=2465e84b75fbf7ca31b57d3a11ea8f84dacb9254 group.c: Fix capitalization of `ECPt' in docstring. --- diff --git a/group.c b/group.c index 8921cce..83608d3 100644 --- a/group.c +++ b/group.c @@ -964,7 +964,7 @@ static PyMethodDef ge_pymethods[] = { METH (check, "X.check() -> check X really belongs to its group") METH (toint, "X.toint() -> X converted to an integer") KWMETH(toec, "\ -X.toec(curve = ecpt) -> X converted to elliptic curve point") +X.toec(curve = ECPt) -> X converted to elliptic curve point") METH (tobuf, "X.tobuf() -> X in buffer representation") METH (toraw, "X.toraw() -> X in raw representation") #undef METHNAME