Commit 508d8205 authored by 방성범 (Bang Seongbeom)'s avatar 방성범 (Bang Seongbeom) Committed by Eric V. Smith

Fix astuple in dataclasses documentation (GH-9631)

parent 4b430e5f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment