Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas committed Sep 21, 2012
1 parent 7e9b42b commit 34c3d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en-US/looping.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ n = term = num = 1
sum = 1.0
while n <= 100:
term *= x / n
sum += terrm
sum += term
n += 1
if term < 0.0001:
break
Expand Down

0 comments on commit 34c3d7e

Please sign in to comment.