Skip to content

Commit 92df817

Browse files
author
Florian Preinstorfer
committed
Fix tex commands
1 parent 9a7046e commit 92df817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pdb-cheatsheet.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
\parskip=1mm
3131
\def\eqlistlabel#1{\bfseries#1}
3232
\setcounter{secnumdepth}{-1}
33-
\hypersetup{
33+
\hypersetup{%
3434
pdftitle={Python Debugger Cheatsheet},
3535
pdfauthor={\theauthor},
3636
pdfkeywords={Python, Debugger, Cheatsheet, pdb, ipdb},
@@ -110,7 +110,7 @@
110110
\item[clear \textit{number}] delete breakpoint \textit{number}
111111
\end{eqlist}
112112

113-
\small{
113+
\small{%
114114
\hrule
115115
Author: \theauthor~--- version \theversion~--- license \href{https://creativecommons.org/licenses/by-nc-sa/3.0}{cc-by-nc-sa 3.0}\\
116116
See \url{https://github.com/nblock/pdb-cheatsheet} for more information.

0 commit comments

Comments
 (0)