Skip to content

Commit de6ac74

Browse files
authored
refine comments
1 parent 3794eca commit de6ac74

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

demos/demo_dynamic.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@
3636
------
3737
3838
This code was originally written for Python 2.7 with the
39-
ctypes standard library. This version was modified so that
40-
it would run under both Python 2.7 and 3.6. You might want
41-
to run a diff on the .py and .py3 files to see the differences
42-
between the two languages.
39+
ctypes standard library. This version is modified to run
40+
under both Python 2.7 and 3.6.
4341
4442
Arguably the biggest change for Python3 has to do with
4543
strings. Under Python2, native strings are ASCII bytes and

0 commit comments

Comments
 (0)