Skip to content

Commit

Permalink
Documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Aug 1, 2018
1 parent d00e2af commit eba6603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions textparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ def match(self, tokens):


class Choice(Pattern):
"""Matches any of given patterns `patterns`. The first pattern in the
list has highest priority, and the last lowest.
"""Matches any of given ordered patterns `patterns`. The first pattern
in the list has highest priority, and the last lowest.
"""

Expand Down

0 comments on commit eba6603

Please sign in to comment.