Skip to content

Commit

Permalink
improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Jan 7, 2025
1 parent fb471df commit 9cfbf8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion haystack/testing/document_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ def test_delete_documents_non_existing_document(self, document_store: DocumentSt


def create_filterable_docs(include_dataframe_docs: bool = False) -> List[Document]:
"""Create a list of filterable documents, to be used in the filterable_docs fixtures."""
"""
Create a list of filterable documents to be used in the filterable_docs and filterable_docs_with_dataframe fixtures.
"""

documents = []
for i in range(3):
Expand Down

0 comments on commit 9cfbf8c

Please sign in to comment.