mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Python] Improve Python consistency: Use function_name(…) throughout (PEP8)
This commit is contained in:
@@ -82,7 +82,7 @@ def all_real_number_type_names():
|
||||
def all_numeric_type_names():
|
||||
return all_integer_type_names() + all_real_number_type_names()
|
||||
|
||||
def numeric_type_names_Macintosh_only():
|
||||
def numeric_type_names_macintosh_only():
|
||||
return ['Float80']
|
||||
|
||||
# Swift_Programming_Language/Expressions.html
|
||||
|
||||
Reference in New Issue
Block a user