Skip to content

Commit cde9d65

Browse files
authored
add ' to readme
1 parent 8e232b8 commit cde9d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you want to decide which `Match` objects to apply to your text, use `tool.che
5151
>>> matches = tool.check(s)
5252
>>> matches = [rule for rule in matches if not is_bad_rule(rule)]
5353
>>> language_tool_python.utils.correct(s, matches)
54-
'Department of medicine Colombia University closed on August 1 Melinda Sam
54+
'Department of medicine Colombia University closed on August 1 Melinda Sam'
5555
```
5656

5757
## Example usage

0 commit comments

Comments
 (0)