We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e232b8 commit cde9d65Copy full SHA for cde9d65
README.md
@@ -51,7 +51,7 @@ If you want to decide which `Match` objects to apply to your text, use `tool.che
51
>>> matches = tool.check(s)
52
>>> matches = [rule for rule in matches if not is_bad_rule(rule)]
53
>>> language_tool_python.utils.correct(s, matches)
54
-'Department of medicine Colombia University closed on August 1 Melinda Sam
+'Department of medicine Colombia University closed on August 1 Melinda Sam'
55
```
56
57
## Example usage
0 commit comments