Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 347 Bytes

missing-format-argument-key.md

File metadata and controls

11 lines (6 loc) · 347 Bytes

Pattern: Missing format argument key

Issue: -

Description

Used when a PEP 3101 format string that uses named fields doesn't receive one or more required keywords. This message can't be emitted when using Python < 2.7.

Further Reading