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

Proposed by Iain Hewson
Status: Merged
Merged at revision: 44
Proposed branch: lp:~pyotago/practical-programming/iain
Merge into: lp:practical-programming
Diff against target: 14 lines (+2/-2)
1 file modified
functions.tex (+2/-2)
To merge this branch: bzr merge lp:~pyotago/practical-programming/iain
Reviewer Review Type Date Requested Status
Brendan McCane Approve
Review via email: mp+96504@code.launchpad.net

Description of the change

Fixed a typo in extension exercise 8 (lab 4)

To post a comment you must log in.
Revision history for this message
Brendan McCane (mccane) :
review: Approve
43. By Brendan McCane

Not sure what has changed here (probably minor).

44. By Brendan McCane

Applied merge from Iain.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'functions.tex'
2--- functions.tex 2012-02-16 03:31:22 +0000
3+++ functions.tex 2012-03-08 02:02:17 +0000
4@@ -565,9 +565,9 @@
5 For example:
6 \begin{pythonInteractive}
7 >>> fourth_largest([1,2,3,4,5,6])
8-4
9+3
10 >>> fourth_largest([6,5,4,3,2,1])
11-4
12+3
13 \end{pythonInteractive}
14 \end{minipage}
15

Subscribers

People subscribed via source and target branches

to all changes: