X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/5fbb60b8e0693d856f5197f3531c0c101de98234..6140fbf7f12db17b61312571192eccc7d103e22b:/key.c diff --git a/key.c b/key.c index 19a5792..42ea925 100644 --- a/key.c +++ b/key.c @@ -270,7 +270,7 @@ static int convflags(PyObject *x, void *p) rc = 1; goto end; tyerr: - TYERR("expected flag string or flag/mask pair"); + TYERR("expected flag string or integer bitfield"); end: return (rc); }