Skip to content

Commit e8a7977

Browse files
committed
Fix pydocstyle
1 parent 0aa56b0 commit e8a7977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reportportal_client/helpers/common_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ def caseless_equal(left: str, right: str) -> bool:
587587

588588

589589
def clean_binary_characters(text: str) -> str:
590-
"""Cleans a string from binary characters, replaces them with a question mark inside a diamond."""
590+
"""Clean a string from binary characters, replace them with a question mark inside a diamond."""
591591
if not text:
592592
return ""
593593
return text.translate(CLEANUP_TABLE)

0 commit comments

Comments
 (0)