diff --git a/doc/dseries-and-reporting/dseriesReporting.tex b/doc/dseries-and-reporting/dseriesReporting.tex
index 441888cca95dc068bc14085f13c8201a12491664..2182aefda7f182a98f6ec273900bbb6d85af0553 100644
--- a/doc/dseries-and-reporting/dseriesReporting.tex
+++ b/doc/dseries-and-reporting/dseriesReporting.tex
@@ -104,7 +104,7 @@ X =
     \texttt{multiplyByTwo()}.
     \myitem In most object-oriented
     languages, writing \texttt{X.multiplyByTwo();} will change the value
-    contained in \texttt{X} to \texttt{2/2}
+    contained in \texttt{X} to \texttt{2}
     \end{itemize}
   \end{itemize}
 \end{frame}
@@ -139,7 +139,7 @@ X =
     \item[] \begin{itemize}
     \myitem To get the desired change, you must overwrite \texttt{X}
 \begin{verbatim}
->> X=X.multiplyByTwo()
+>> X = X.multiplyByTwo()
 
 X =
 
@@ -867,8 +867,6 @@ the time range of \verb+vs+ will be the union of \verb+ts.dates+ and
 \end{frame}
 
 
-\subsection{Examples}
-
 \section{Putting it All Together}
 \begin{frame}[fragile=singleslide,t]
   \frametitle{Create Report of IRFs from \texttt{example1.mod}}