Skip to content

Commit 648c7bc

Browse files
committed
fix: typo
1 parent a8f6244 commit 648c7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module03/subject/en.subject.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ \section*{Examples}
510510
% --------------------------------- %
511511
\begin{minted}[bgcolor=darcula-back,formatcom=\color{lightgrey},fontsize=\scriptsize]{python}
512512
import numpy as np
513-
from Scrapbooker import ScrapBooker
513+
from ScrapBooker import ScrapBooker
514514

515515
spb = ScrapBooker()
516516
arr1 = np.arange(0,25).reshape(5,5)

0 commit comments

Comments
 (0)