From 7b81acbed14c2bf7e45aa880bf1f7868443549b0 Mon Sep 17 00:00:00 2001 From: Sepehr Bayat <bayats1@mcmaster.ca> Date: Mon, 29 Jan 2018 09:02:54 -0500 Subject: [PATCH] Update T4.tex --- Tutorials/T04-A2Example/slides/T4.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tutorials/T04-A2Example/slides/T4.tex b/Tutorials/T04-A2Example/slides/T4.tex index 69f0ebfd..e3a02bee 100644 --- a/Tutorials/T04-A2Example/slides/T4.tex +++ b/Tutorials/T04-A2Example/slides/T4.tex @@ -333,7 +333,7 @@ From the MIS we can deduce the interface of the code will look like: \begin{lstlisting} # Interface - class pointT: + class PointT: # Constructor def __init__(self, x, y): -- GitLab