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
=== modified file 'functions.tex'
--- functions.tex 2012-02-16 03:31:22 +0000
+++ functions.tex 2012-03-08 02:02:17 +0000
@@ -565,9 +565,9 @@
565For example:565For example:
566\begin{pythonInteractive}566\begin{pythonInteractive}
567>>> fourth_largest([1,2,3,4,5,6])567>>> fourth_largest([1,2,3,4,5,6])
56845683
569>>> fourth_largest([6,5,4,3,2,1])569>>> fourth_largest([6,5,4,3,2,1])
5704 5703
571\end{pythonInteractive}571\end{pythonInteractive}
572\end{minipage}572\end{minipage}
573573

Subscribers

People subscribed via source and target branches

to all changes: