We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b14575 commit 01f8484Copy full SHA for 01f8484
2 files changed
test/app.py
@@ -5,7 +5,7 @@
5
def manual_test():
6
doc = Document("test/hello.docx")
7
8
- docx_replace(doc, name="Ivan Bicalho")
+ docx_replace(doc, name="Ivan Bicalho", github_name="ivanbicalho")
9
docx_blocks(doc, block=True)
10
docx_remove_table(doc, 0)
11
test/hello.docx
-4.7 KB
0 commit comments