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 5f58999 commit 7f01c86Copy full SHA for 7f01c86
README.md
@@ -99,7 +99,7 @@ The `redlines` C# utility is a command line tool that requires four arguments:
99
3. `modified_path.docx` - Path to the modified document.
100
4. `redline_path.docx` - Path where the redlined document will be saved.
101
102
-The Python wrapper, `XmlPowerToolsEngine` and its main method `run_redlines()`, simplifies the use of `redlines` by
+The Python wrapper, `XmlPowerToolsEngine` and its main method `run_redline()`, simplifies the use of `redlines` by
103
orchestrating its execution with Python and letting you pass in bytes or file paths for the original and modified
104
documents.
105
0 commit comments