Skip to content
Prev Previous commit
Next Next commit
Update breaking-long-lines.rst
  • Loading branch information
amitsaha committed Nov 4, 2015
commit bae1bbf47cbe226f50863fe8361d19e598a56365
1 change: 1 addition & 0 deletions breaking-long-lines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ This is exactly how we break the long statement in the example we started this a
This essentially just creates the string ``s``. If we were to split this statement over multiple lines, we would do the following:

.. code::

s = ('Area: {0}, Estimated ({1}): {2}'
.format(area_of_circle, points, estimate(radius, points)))

Expand Down