Skip to content

Commit bd3b026

Browse files
committed
fixed wrong reference
1 parent 7a5d105 commit bd3b026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/main/controlFlow/loops/loops.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
\end{figure}%
323323
%
324324
\usefulTool{pylint}{%
325-
\pylint\ is a \python\ \pgls{linter} that analyzes code for style, potential errors, and possible improvements~\cite{M2022RAEFPLACFWIR}. %
325+
\pylint\ is a \python\ \pgls{linter} that analyzes code for style, potential errors, and possible improvements~\cite{PC2024PL}. %
326326
It can be installed via \bashil{pip install pylint} as shown in \cref{fig:pipInstallPylint} on \cpageref{fig:pipInstallPylint}. %
327327
You can then apply \pylint\ using the command \bashil{pylint fileToScan.py}. %
328328
We provide a script for using \pylint\ with a reasonable default configuration in \cref{lst:bash:pylint} on \cpageref{lst:bash:pylint}.%

0 commit comments

Comments
 (0)