Skip to content

Commit

Permalink
update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Aug 22, 2024
1 parent bf2f9f7 commit ecfcb9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions haystack/components/converters/docx.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ class DOCXMetadata:
:param category: The category
:param comments: The comments
:param content_status: The content status
:param created: The creation date
:param created: The creation date (ISO formatted string)
:param identifier: The identifier
:param keywords: Available keywords
:param language: The language of the document
:param last_modified_by: The last modified by user date
:param last_printed: The last printed date
:param modified: The last modification date
:param last_modified_by: User who last modified the document
:param last_printed: The last printed date (ISO formatted string)
:param modified: The last modification date (ISO formatted string)
:param revision: The revision number
:param subject: The subject
:param title: The title
Expand Down

0 comments on commit ecfcb9d

Please sign in to comment.