summaryrefslogtreecommitdiff
path: root/src/api/python/genkinds.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/python/genkinds.py.in')
-rw-r--r--src/api/python/genkinds.py.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/api/python/genkinds.py.in b/src/api/python/genkinds.py.in
index f65ccdc5a..a78372e71 100644
--- a/src/api/python/genkinds.py.in
+++ b/src/api/python/genkinds.py.in
@@ -13,8 +13,8 @@
##
"""
-This script reads CVC4/src/api/cpp/cvc5_kind.h and generates
-.pxd and .pxi files which declare all the CVC4 kinds and
+This script reads cvc5/src/api/cpp/cvc5_kind.h and generates
+.pxd and .pxi files which declare all the cvc5 kinds and
implement a Python wrapper for kinds, respectively. The
default names are kinds.pxd / kinds.pxi, but the name is
configurable from the command line with --kinds-file-prefix.
@@ -28,7 +28,7 @@ import argparse
import os
import sys
-# get access to CVC4/src/api/parsekinds.py
+# get access to cvc5/src/api/parsekinds.py
sys.path.insert(0, os.path.abspath('${CMAKE_SOURCE_DIR}/src/api'))
from parsekinds import *
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback