mirror of
https://github.com/google/pebble.git
synced 2025-04-24 05:27:07 -04:00
spelling: specifier
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
848a68c241
commit
9e6d15a209
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ def dehash_str(hashed_info, lookup_dict):
|
|||
if formatted_string == hashed_info:
|
||||
formatted_string = lookup_dict.get(str(int(match.group('hash_key'), 16)), hashed_info)
|
||||
|
||||
# For each argument, substitute a C-style format specififier in the string
|
||||
# For each argument, substitute a C-style format specifier in the string
|
||||
for arg in parse_args(match.group('arg_list')):
|
||||
formatted_string = FORMAT_TAG_PATTERN.sub(arg, formatted_string, 1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue