Skip to content

Commit 1a420dc

Browse files
committed
fix: inconsistency on the exemple
1 parent a8f6244 commit 1a420dc

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

737737
cf.to_grayscale(arr, 'm')
738738

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

742742
\begin{figure}[h!]

0 commit comments

Comments
 (0)