Skip to content

Commit 8a5ce65

Browse files
committed
Updated docs.
1 parent 506b7ac commit 8a5ce65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

domdf_python_tools/typing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@ def __str__(self) -> str:
192192
@runtime_checkable
193193
class HasHead(Protocol):
194194
"""
195-
.. versionadded:: 0.8.0
196-
197195
:class:`typing.Protocol` for classes that have a ``head`` method.
198196
199197
This includes :class:`pandas.DataFrame` and :class:`pandas.Series`.
198+
199+
.. versionadded:: 0.8.0
200200
""" # noqa D400
201201

202202
def head(self: "FrameOrSeries", n: int = 5) -> "FrameOrSeries":

0 commit comments

Comments
 (0)