Skip to content

Commit 06cd4cb

Browse files
committed
Build fix
1 parent 1762bdd commit 06cd4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reportportal_client/steps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
180180
.finish_nested_step(self.__item_id, timestamp(), step_status)
181181

182182
def __call__(self, func):
183-
"""The method is called when the instance is called as a function."""
183+
"""The method is called when the instance is "called" as a function."""
184184

185185
@wraps(func)
186186
def wrapper(*args, **kwargs):

0 commit comments

Comments
 (0)