Skip to content

Commit abd6943

Browse files
committed
update expat comment
1 parent a1e3a75 commit abd6943

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,12 +1211,12 @@ class db_found(Exception): pass
12111211

12121212
# Interface to the Expat XML parser
12131213
#
1214-
# Expat was written by James Clark and is now maintained by a
1215-
# group of developers on SourceForge; see www.libexpat.org for
1216-
# more information. The pyexpat module was written by Paul
1217-
# Prescod after a prototype by Jack Jansen. The Expat source
1218-
# is included in Modules/expat/. Usage of a system
1219-
# shared libexpat.so/expat.dll is not advised.
1214+
# Expat was written by James Clark and is now maintained by a group of
1215+
# developers on SourceForge; see www.libexpat.org for more information.
1216+
# The pyexpat module was written by Paul Prescod after a prototype by
1217+
# Jack Jansen. The Expat source is included in Modules/expat/. Usage
1218+
# of a system shared libexpat.so is possible with --with-system-expat
1219+
# cofigure option.
12201220
#
12211221
# More information on Expat can be found at www.libexpat.org.
12221222
#

0 commit comments

Comments
 (0)