Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiViruS90 committed Aug 27, 2024
1 parent 49bae21 commit df9956b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gendiff/formats/plain.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def complex_or_string(value):
if isinstance(value, dict):
return '[complex value]'
elif isinstance(value, str):
return f"э_{value}'"
return f"'{value}'"
else:
return value

Expand Down

0 comments on commit df9956b

Please sign in to comment.