diff --git a/ch02/05_bpe-from-scratch/tests.py b/ch02/05_bpe-from-scratch/tests.py index cea966a..efad32a 100644 --- a/ch02/05_bpe-from-scratch/tests.py +++ b/ch02/05_bpe-from-scratch/tests.py @@ -9,7 +9,7 @@ import tiktoken def import_definitions_from_notebook(fullname, names): - """Loads function definitions from a Jupyter notebook file into a module.""" + """Loads function definitions from a Jupyter notebook file into a module""" path = os.path.join(os.path.dirname(__file__), fullname + ".ipynb") path = os.path.normpath(path)