Skip to content

Commit

Permalink
more flexible for court parenethetical
Browse files Browse the repository at this point in the history
  • Loading branch information
varun-magesh committed Aug 27, 2024
1 parent 4abdc2b commit fd70a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eyecite/regexes.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def short_cite_re(regex):
# content within year paren:
\((?:
# court and year:
(?P<court>[^)]+)\ {YEAR_REGEX}|
(?P<court>[^)]+)\ ?{YEAR_REGEX}|
# just year:
{YEAR_REGEX}
)\)
Expand Down

0 comments on commit fd70a40

Please sign in to comment.