Merge lp:~pyotago/practical-programming/iain into lp:practical-programming

Proposed by Iain Hewson
Status: Merged
Merged at revision: 46
Proposed branch: lp:~pyotago/practical-programming/iain
Merge into: lp:practical-programming
Diff against target: 18 lines (+2/-1)
2 files modified
.bzrignore (+1/-0)
gui_intro.tex (+1/-1)
To merge this branch: bzr merge lp:~pyotago/practical-programming/iain
Reviewer Review Type Date Requested Status
Brendan McCane Pending
Review via email: mp+104321@code.launchpad.net

Description of the change

Fixed typo in lab 18

Changed App() to TempConverter()

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file '.bzrignore'
2--- .bzrignore 1970-01-01 00:00:00 +0000
3+++ .bzrignore 2012-05-02 04:57:25 +0000
4@@ -0,0 +1,1 @@
5+*.aux
6
7=== modified file 'gui_intro.tex'
8--- gui_intro.tex 2012-02-17 01:26:31 +0000
9+++ gui_intro.tex 2012-05-02 04:57:25 +0000
10@@ -260,7 +260,7 @@
11 object parameter.
12 Note: when comparing floating values, == is usually inadequate. You
13 normally have to test whether two floats are close enough.
14- >>> testConvert = App(Tk())
15+ >>> testConvert = TempConverter(Tk())
16 >>> c = testConvert.convert_f_to_c(-40)
17 >>> abs(c+40.0)<1e-8
18 True

Subscribers

People subscribed via source and target branches

to all changes: