mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-27 11:48:55 -06:00
fix an out of date comment
This commit is contained in:
@@ -1425,7 +1425,7 @@ static PyMethodDef PGF_methods[] = {
|
|||||||
"Returns the probability of an expression"
|
"Returns the probability of an expression"
|
||||||
},
|
},
|
||||||
{"checkoutBranch", (PyCFunction)PGF_checkoutBranch, METH_VARARGS,
|
{"checkoutBranch", (PyCFunction)PGF_checkoutBranch, METH_VARARGS,
|
||||||
"Switch to a branch"
|
"Checks out the latest branch of the repository"
|
||||||
},
|
},
|
||||||
{"newTransaction", (PyCFunction)PGF_newTransaction, METH_VARARGS,
|
{"newTransaction", (PyCFunction)PGF_newTransaction, METH_VARARGS,
|
||||||
"Create new transaction"
|
"Create new transaction"
|
||||||
|
|||||||
Reference in New Issue
Block a user