[Python] Improve Python consistency: Use function_name(…) throughout (PEP8)

This commit is contained in:
practicalswift
2016-02-22 22:39:03 +01:00
parent ada88e104d
commit f6d6585ee0
92 changed files with 382 additions and 382 deletions

View File

@@ -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