Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in documentation #230

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Fix typo in documentation #230

merged 1 commit into from
Nov 28, 2023

Conversation

m-wells
Copy link
Contributor

@m-wells m-wells commented Nov 24, 2023

A particularly frustrating typo in the regex alignment.

r"\\."

means to match on a literal \ followed by any character.
This should be

r"\."

which this PR fixes.

fix regex example typo
@m-wells m-wells changed the title Update text_backend.md Fix typo in documentation Nov 24, 2023
@ronisbr
Copy link
Owner

ronisbr commented Nov 28, 2023

Thanks!

@ronisbr ronisbr merged commit cfcbb7f into ronisbr:master Nov 28, 2023
13 of 14 checks passed
@m-wells m-wells deleted the patch-1 branch November 29, 2023 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants