From 7c93a594e004994cc3ad33860a5936c1dc72e8f6 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Fri, 25 Aug 2023 18:09:47 +0200 Subject: [PATCH] fix an out of date comment --- src/runtime/python/pypgf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/python/pypgf.c b/src/runtime/python/pypgf.c index 6ff037e46..9f9ea0577 100644 --- a/src/runtime/python/pypgf.c +++ b/src/runtime/python/pypgf.c @@ -1425,7 +1425,7 @@ static PyMethodDef PGF_methods[] = { "Returns the probability of an expression" }, {"checkoutBranch", (PyCFunction)PGF_checkoutBranch, METH_VARARGS, - "Switch to a branch" + "Checks out the latest branch of the repository" }, {"newTransaction", (PyCFunction)PGF_newTransaction, METH_VARARGS, "Create new transaction"