Skip to content

Commit b7c4636

Browse files
authored
Merge pull request #222 from 42-AI/quentin/42a-174-module03ex02-typo-lowercase-instead-of
fix: typo
2 parents 117f93f + 648c7bc commit b7c4636

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
@@ -512,7 +512,7 @@ \section*{Examples}
512512
% --------------------------------- %
513513
\begin{minted}[bgcolor=darcula-back,formatcom=\color{lightgrey},fontsize=\scriptsize]{python}
514514
import numpy as np
515-
from Scrapbooker import ScrapBooker
515+
from ScrapBooker import ScrapBooker
516516

517517
spb = ScrapBooker()
518518
arr1 = np.arange(0,25).reshape(5,5)

0 commit comments

Comments
 (0)