Fix astuple in dataclasses documentation (GH-9631)

This commit is contained in:
방성범 (Bang Seongbeom) 2018-09-29 19:50:31 +09:00 committed by Eric V. Smith
parent 4b430e5f69
commit 508d820512
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ Module-level decorators, classes, and functions
Raises :exc:`TypeError` if ``instance`` is not a dataclass instance.
.. function:: astuple(*, tuple_factory=tuple)
.. function:: astuple(instance, *, tuple_factory=tuple)
Converts the dataclass ``instance`` to a tuple (by using the
factory function ``tuple_factory``). Each dataclass is converted