Skip to content

Commit

Permalink
Fixes (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur authored Sep 30, 2024
1 parent 1915795 commit 32fd2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/creating_docx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ Using text templates:
texts=[StringTemplate(template)],
)
# DOCX file of 10 pages
docx_file_10 = FAKER.odt_file(
docx_file_10 = FAKER.docx_file(
texts=[StringTemplate(template) for _ in range(10)],
)

0 comments on commit 32fd2ff

Please sign in to comment.