Skip to content

Commit 8505a26

Browse files
committed
fixed typos
1 parent 195b27b commit 8505a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/main/classes/dunder/dunder.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
\endhsection%
514514
%
515515
\hsection{Interlude:~Debugging}%
516-
\label{sec:dundee:debugging}%
516+
\label{sec:dunder:debugging}%
517517
%
518518
We now want to use mathematics based on our class \pythonil{Fraction} for some \inQuotes{real} computation.
519519
Remember back in \cref{sec:whileLoop}, we implemented the algorithm of Heron to compute the square root using a \pythonil{while}~loop.
@@ -718,7 +718,7 @@
718718
A \debugger\ is a tool that ships with many programming languages and \pglspl{IDE}. %
719719
It allows you to execute a program step-by-step while observing the current values of variables. %
720720
This way, you can find errors in the code more easily~\cite{W2024PME,A2002D,R2007PPBPDTAM}. %
721-
A comprehensive example on how to use the \debugger\ in \pycharm\ is given in~\cref{sec:dundee:debugging}.%
721+
A comprehensive example on how to use the \debugger\ in \pycharm\ is given in~\cref{sec:dunder:debugging}.%
722722
}%
723723
%
724724
\begin{figure}%

0 commit comments

Comments
 (0)