Skip to content

Commit

Permalink
Fix a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jun 11, 2023
1 parent f83a7f2 commit 8e4940b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytablewriter/writer/_table_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class AbstractTableWriter(TableWriterInterface, metaclass=abc.ABCMeta):
The number of iterations to write a table.
This value is used in :py:meth:`.write_table_iter` method.
(defaults to ``-1``, which means the number of iterations is
(defaults to ``-1``, which means the number of iterations is indefinite)
.. py:attribute:: style_filter_kwargs
:type: Dict[str, Any]
Expand Down

0 comments on commit 8e4940b

Please sign in to comment.