Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1133aec

Browse files
committed
versions and dates
1 parent b819bdf commit 1133aec

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/tut.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ \subsection{Interactive Mode}
213213

214214
\bcode\begin{verbatim}
215215
python
216-
Python 1.1 (Oct 6 1994)
217-
Copyright 1991-1994 Stichting Mathematisch Centrum, Amsterdam
216+
Python 1.2 (Mar 14 1995)
217+
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
218218
>>>
219219
\end{verbatim}\ecode
220220

@@ -3062,7 +3062,7 @@ \subsection{New Operator Overloading}
30623062

30633063
For example, here's a very simple class for representing times. Times
30643064
are initialized from a number of seconds (like time.time()). Times
3065-
are printed like this: \code{Thu Oct 6 14:20:06 1994}. Subtracting
3065+
are printed like this: \code{Wed Mar 15 12:28:48 1995}. Subtracting
30663066
two Times gives their difference in seconds. Adding or subtracting a
30673067
Time and a number gives a new Time. You can't add two times, nor can
30683068
you subtract a Time from a number.

Doc/tut/tut.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ \subsection{Interactive Mode}
213213

214214
\bcode\begin{verbatim}
215215
python
216-
Python 1.1 (Oct 6 1994)
217-
Copyright 1991-1994 Stichting Mathematisch Centrum, Amsterdam
216+
Python 1.2 (Mar 14 1995)
217+
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
218218
>>>
219219
\end{verbatim}\ecode
220220

@@ -3062,7 +3062,7 @@ \subsection{New Operator Overloading}
30623062

30633063
For example, here's a very simple class for representing times. Times
30643064
are initialized from a number of seconds (like time.time()). Times
3065-
are printed like this: \code{Thu Oct 6 14:20:06 1994}. Subtracting
3065+
are printed like this: \code{Wed Mar 15 12:28:48 1995}. Subtracting
30663066
two Times gives their difference in seconds. Adding or subtracting a
30673067
Time and a number gives a new Time. You can't add two times, nor can
30683068
you subtract a Time from a number.

0 commit comments

Comments
 (0)