Skip to content

Commit 86c3207

Browse files
ChexDevChexDev
authored andcommitted
Fix typo: "assetion" -> "assertion"
PiperOrigin-RevId: 724881089
1 parent 512d26e commit 86c3207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chex/_src/asserts_chexify.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ def block_until_chexify_assertions_complete() -> None:
7575
def _check_if_hanging_assertions():
7676
if _ai.CHEXIFY_STORAGE.wait_fns:
7777
logging.warning(
78-
'[Chex] Some of chexify assetion statuses were not inspected due to '
78+
'[Chex] Some of chexify assertion statuses were not inspected due to '
7979
'async exec (https://jax.readthedocs.io/en/latest/async_dispatch.html).'
8080
' Consider calling `chex.block_until_chexify_assertions_complete()` at '
81-
'the end of computations that rely on jitted chex assetions.')
81+
'the end of computations that rely on jitted chex assertions.')
8282
block_until_chexify_assertions_complete()
8383

8484

0 commit comments

Comments
 (0)