Commit ff874746 authored by Stefan Behnel's avatar Stefan Behnel

reformat comment

parent 38e618fc
...@@ -4093,8 +4093,8 @@ def merge_template_deductions(a, b): ...@@ -4093,8 +4093,8 @@ def merge_template_deductions(a, b):
def widest_numeric_type(type1, type2): def widest_numeric_type(type1, type2):
# Given two numeric types, return the narrowest type """Given two numeric types, return the narrowest type encompassing both of them.
# encompassing both of them. """
if type1 == type2: if type1 == type2:
widest_type = type1 widest_type = type1
elif type1.is_complex or type2.is_complex: elif type1.is_complex or type2.is_complex:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment