fix: Typos
This commit is contained in:
@@ -12,7 +12,7 @@ def minify(content: str, maxlength: int, strip: Optional[str] = ' ', newlines: s
|
||||
new_content = content[maxlength-3] + '...'
|
||||
else:
|
||||
new_content = content
|
||||
return content
|
||||
return new_content
|
||||
|
||||
|
||||
def utc_now():
|
||||
|
||||
Reference in New Issue
Block a user