Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 250 Bytes

File metadata and controls

4 lines (4 loc) · 250 Bytes

Cross-language method suggestions are now shown for :exc:`AttributeError` on builtin types when the existing Levenshtein-based suggestions find no match. For example, [].push() now suggests append and "".toUpperCase() suggests upper.