You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/en/reference/reference.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -978,10 +978,10 @@ TestShortLogReport
978
978
.. autoclass:: pytest.TestShortLogReport()
979
979
:members:
980
980
981
-
_Result
981
+
Result
982
982
~~~~~~~
983
983
984
-
Result object used within :ref:`hook wrappers <hookwrapper>`, see :py:class:`_Result in the pluggy documentation <pluggy._callers._Result>` for more information.
984
+
Result object used within :ref:`hook wrappers <hookwrapper>`, see :py:class:`Result in the pluggy documentation <pluggy.Result>` for more information.
0 commit comments