Skip to content

Commit 117f93f

Browse files
authored
Merge pull request #221 from 42-AI/quentin/42a-176-module03_ex03-colorfilterto_grayscale
fix: inconsistency on the exemple
2 parents a2b15a2 + 1a420dc commit 117f93f

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
@@ -738,7 +738,7 @@ \section*{Examples}
738738

739739
cf.to_grayscale(arr, 'm')
740740

741-
cf.to_grayscale(arr, 'weighted', [0.2, 0.3, 0.5])
741+
cf.to_grayscale(arr, 'weight', weights = [0.2, 0.3, 0.5])
742742
\end{minted}
743743

744744
\begin{figure}[h!]

0 commit comments

Comments
 (0)