Skip to content

Commit 38396db

Browse files
committed
Improve the title slide in the week eleven content.
1 parent 3da339e commit 38396db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cs102-week-eleven.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
\definecolor{blue}{RGB}{0, 118, 186}
3131
\definecolor{gray}{RGB}{146, 146, 146}
3232

33-
\title{Discrete Structures: \\ Programming with \\ Functions in Python}
33+
\title{Discrete Structures: \\ Using Dictionaries \\ and Functions \\ in Python}
3434

3535
\author{{\bf Gregory M. Kapfhammer}}
3636

@@ -57,8 +57,8 @@
5757
%
5858
\begin{center}
5959
%
60-
{\large How do I use dictionaries, sets, and lists to efficiently
61-
implement mathematical functions in Python?}
60+
{\large How do I use dictionaries, tuples, and lists to correctly
61+
implement efficient mathematical functions in Python?}
6262
%
6363
\end{center}
6464
%

0 commit comments

Comments
 (0)