Skip to content

Commit

Permalink
Fix module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
brunato committed Jun 7, 2022
1 parent a11a80b commit f539463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elementpath/regex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# @author Davide Brunato <brunato@sissa.it>
#
"""
Subpackage for processing regular expression. Patterns are translated to an
equivalent Python's regex pattern with get_python_pattern().
Subpackage for processing XML regular expressions and for converting them to
Python-compatible regexps.
XPath/XQuery/XML-Schema regex flavors are supported through translate_pattern()
API options. Default options process XPath/XQuery patterns.
Expand Down

0 comments on commit f539463

Please sign in to comment.