diff options
author | Ari <52634803+theblackmace@users.noreply.github.com> | 2023-06-01 23:35:10 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-01 23:35:10 +0530 |
commit | bc70072de1dd7d82d0ab95a10b507af94078065c (patch) | |
tree | d8e8b4955f9354614edd27b444d939302147830d /.style.yapf | |
parent | 9e54dde04ccd490c6719f5d975ed49a75242611b (diff) |
Update .style.yapf
Corrected a minor typo
Diffstat (limited to '.style.yapf')
-rw-r--r-- | .style.yapf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.style.yapf b/.style.yapf index 69d8c6aee4..350ac63855 100644 --- a/.style.yapf +++ b/.style.yapf @@ -107,7 +107,7 @@ each_dict_entry_on_separate_line=True i18n_comment= # The i18n function call names. The presence of this function stops -# reformattting on that line, because the string it has cannot be moved +# reformatting on that line, because the string it has cannot be moved # away from the i18n comment. i18n_function_call= |