Skip to content

Commit

Permalink
docs: Update README with correct regexp. (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Oct 1, 2021
1 parent 43f0be9 commit 33a0a1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 557 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ In general you should not need to use `includeRegExp`. But if you are mixing lan

```Python
# cSpell:includeRegExp #.*
# cSpell:includeRegExp ("""|''')[^\1]*\1
# cSpell:includeRegExp /(["]{3}|[']{3})[^\1]*?\1/g
# only comments and block strings will be checked for spelling.
def sum_it(self, seq):
"""This is checked for spelling"""
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ In general you should not need to use `includeRegExp`. But if you are mixing lan

```Python
# cSpell:includeRegExp #.*
# cSpell:includeRegExp ("""|''')[^\1]*\1
# cSpell:includeRegExp /(["]{3}|[']{3})[^\1]*?\1/g
# only comments and block strings will be checked for spelling.
def sum_it(self, seq):
"""This is checked for spelling"""
Expand Down
Loading

0 comments on commit 33a0a1e

Please sign in to comment.