fix an out of date comment

This commit is contained in:
Krasimir Angelov
2023-08-25 18:09:47 +02:00
parent 22c41367ec
commit 7c93a594e0

View File

@@ -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"