mirror of
https://github.com/google/pebble.git
synced 2025-11-17 21:11:00 -05:00
spelling: specifier
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -167,7 +167,7 @@ def dehash_str(hashed_info, lookup_dict):
|
|||||||
if formatted_string == hashed_info:
|
if formatted_string == hashed_info:
|
||||||
formatted_string = lookup_dict.get(str(int(match.group('hash_key'), 16)), 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')):
|
for arg in parse_args(match.group('arg_list')):
|
||||||
formatted_string = FORMAT_TAG_PATTERN.sub(arg, formatted_string, 1)
|
formatted_string = FORMAT_TAG_PATTERN.sub(arg, formatted_string, 1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user