Skip to content

Commit

Permalink
Merge ba8f9db into c41def3
Browse files Browse the repository at this point in the history
  • Loading branch information
okuta committed Apr 1, 2018
2 parents c41def3 + ba8f9db commit 2212907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cupy/testing/helper.py
Expand Up @@ -608,7 +608,7 @@ def for_all_dtypes(name='dtype', no_float16=False, no_bool=False,


def for_float_dtypes(name='dtype', no_float16=False):
"""Decorator that checks the fixture with all float dtypes.
"""Decorator that checks the fixture with float dtypes.
Args:
name(str): Argument name to which specified dtypes are passed.
Expand Down Expand Up @@ -643,7 +643,7 @@ def for_signed_dtypes(name='dtype'):


def for_unsigned_dtypes(name='dtype'):
"""Decorator that checks the fixture with all dtypes.
"""Decorator that checks the fixture with unsinged dtypes.
Args:
name(str): Argument name to which specified dtypes are passed.
Expand Down Expand Up @@ -681,7 +681,7 @@ def for_int_dtypes(name='dtype', no_bool=False):


def for_complex_dtypes(name='dtype'):
"""Decorator that checks the fixture with all complex dtypes.
"""Decorator that checks the fixture with complex dtypes.
Args:
name(str): Argument name to which specified dtypes are passed.
Expand Down

0 comments on commit 2212907

Please sign in to comment.