Dot at end of sentence.

This commit is contained in:
Julien Palard 2019-11-26 22:22:46 +01:00
parent 179339eccf
commit 9ae2b58684

View File

@ -33,7 +33,7 @@ def check_style(po_files, no_wrap=False, quiet=False):
def fix_style(po_files, no_wrap=False, quiet=False):
"""Fix style of given po_files
"""Fix style of given po_files.
"""
fixed = []
for po_path in tqdm(po_files, desc="Fixing wrapping of po files", disable=quiet):