Skip to content

Commit b47405b

Browse files
authored
💡 remove not implemented from dump() & dumps() documentation (#330)
1 parent 4e39480 commit b47405b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bibtexparser/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def dumps(bib_database, writer=None):
7575
7676
:param bib_database: bibliographic database object
7777
:type bib_database: BibDatabase
78-
:param writer: custom writer to use (optional) (not yet implemented)
78+
:param writer: custom writer to use (optional)
7979
:type writer: BibTexWriter
8080
:returns: BibTeX string
8181
:rtype: unicode
@@ -93,7 +93,7 @@ def dump(bib_database, bibtex_file, writer=None):
9393
:type bib_database: BibDatabase
9494
:param bibtex_file: file to write to
9595
:type bibtex_file: file
96-
:param writer: custom writer to use (optional) (not yet implemented)
96+
:param writer: custom writer to use (optional)
9797
:type writer: BibTexWriter
9898
9999
Example::

0 commit comments

Comments
 (0)