Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f6a7b5

Browse files
committed
Package docstring.
1 parent 3e06ab1 commit 3f6a7b5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lib/xml/parser/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
"""Python interfaces to XML parsers.
2+
3+
This package contains on module:
4+
5+
expat -- Python wrapper for James Clark's Expat parser, with namespace
6+
support.
7+
8+
"""

0 commit comments

Comments
 (0)