From 1fa9a789d2b60afeb86570c606228a21d2d58289 Mon Sep 17 00:00:00 2001 From: Matt Watson Date: Mon, 21 Aug 2023 16:49:25 -0700 Subject: [PATCH] Typo fix --- keras_nlp/tests/doc_tests/docstring_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keras_nlp/tests/doc_tests/docstring_lib.py b/keras_nlp/tests/doc_tests/docstring_lib.py index 5784a7231f..ae45e63aab 100644 --- a/keras_nlp/tests/doc_tests/docstring_lib.py +++ b/keras_nlp/tests/doc_tests/docstring_lib.py @@ -144,7 +144,7 @@ def check_output(self, want, got, optionflags): The numeric comparison will fail if either: * The wrong number of floats are found. - * The float values are not within tolerence. + * The float values are not within tolerance. Args: want: The output in the docstring.