Skip to content

Commit 2579665

Browse files
committed
Pydoc style fixes
1 parent ddf2661 commit 2579665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reportportal_client/steps/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ def __exit__(self, exc_type, exc_val, exc_tb):
182182
def __call__(self, func):
183183
"""Wrap and call a function reference.
184184
185-
:param func: function reference
186-
"""
185+
:param func: function reference
186+
"""
187187
@wraps(func)
188188
def wrapper(*args, **kwargs):
189189
__tracebackhide__ = True

0 commit comments

Comments
 (0)