Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
  • Loading branch information
Borda and akihironitta authored Nov 29, 2022
1 parent 53b0328 commit 0d2fe3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lightning_utilities/core/imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def requires(*module_path: str, raise_exception: bool = True) -> Callable:
... from random import randint
... self._rnd = pow(randint(1, 9), 2)
.. note:: For downgrading exception to warning you export `LIGHTING_TESTING=1` which is handu for testing
.. note:: For downgrading exception to warning you export `LIGHTING_TESTING=1` which is handy for testing
"""

def decorator(func: Callable) -> Callable:
Expand Down

0 comments on commit 0d2fe3b

Please sign in to comment.