Skip to content

Commit

Permalink
Merge pull request #1076 from not522/fix-for-dtypes-doc
Browse files Browse the repository at this point in the history
Fix document of for_unsigned_dtypes
  • Loading branch information
okuta committed Apr 1, 2018
1 parent c41def3 commit ba8f9db
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 ba8f9db

Please sign in to comment.