Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit e404f65

Browse files
authored
Merge pull request #101 from mccalluc/patch-1
Typo in lookahead regex: "}" -> ")"
2 parents 75e371c + 7aaecfe commit e404f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/regular_expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ syntax described below.
5353
behavior isn't desired and you want to match as few characters as
5454
possible.
5555

56-
- ``(?!x}``, ``(?=x}``: Negative and positive lookahead.
56+
- ``(?!x)``, ``(?=x)``: Negative and positive lookahead.
5757

5858
- ``{x}``: Match exactly ``x`` occurrences of the preceding regular
5959
expression.

0 commit comments

Comments
 (0)