summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2015-11-24 21:29:11 +0200
committermattip <matti.picus@gmail.com>2015-11-24 21:29:11 +0200
commit5043f478b1ff4b3a1d03d0b9869ea32fbb4c61c5 (patch)
tree373691e1a507a6be74708b015a957acb14019725 /demo
parent5e30323cdb30a9cf386e14a8900957ada5ee9b05 (diff)
downloadcffi-5043f478b1ff4b3a1d03d0b9869ea32fbb4c61c5.tar.gz
fix comment
Diffstat (limited to 'demo')
-rw-r--r--demo/gmp_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/gmp_build.py b/demo/gmp_build.py
index 516cbc7..87266a4 100644
--- a/demo/gmp_build.py
+++ b/demo/gmp_build.py
@@ -2,7 +2,7 @@ import cffi
#
# This is only a demo based on the GMP library.
-# There is a rather more complete (but outdated) version available at:
+# There is a rather more complete (but perhaps outdated) version available at:
# http://bazaar.launchpad.net/~tolot-solar-empire/+junk/gmpy_cffi/files
#