From 7489500d90c4cf48eeb0cd24b60cb3b84961cd08 Mon Sep 17 00:00:00 2001 From: rasbt Date: Sat, 4 Apr 2026 12:05:25 -0500 Subject: [PATCH] Make change in a code file --- ch02/05_bpe-from-scratch/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)