Skip to content

Commit 195b27b

Browse files
committed
very minor improvement
1 parent d7d2126 commit 195b27b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

text/main/classes/dunder/dunder.tex

+3-2
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
\endhsection%
514514
%
515515
\hsection{Interlude:~Debugging}%
516-
\label{sec:dunde:debugging}%
516+
\label{sec:dundee: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.
@@ -717,7 +717,8 @@
717717
\usefulTool{debugger}{%
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. %
720-
This way, you can find errors in the code more easily~\cite{W2024PME,A2002D,R2007PPBPDTAM}.%
720+
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}.%
721722
}%
722723
%
723724
\begin{figure}%

text/main/controlFlow/iteration/iteration.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
}%
328328
%
329329
While we here execute the \pglspl{doctest} using \pytest\ from the command line, you can also run them directly in~\pycharm.
330-
We do this later in \cref{sec:dunde:debugging}.%
330+
We do this later in \cref{sec:dunder:debugging}.%
331331
%
332332
\FloatBarrier%
333333
\endhsection%

0 commit comments

Comments
 (0)