Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekswat committed Jun 3, 2017
1 parent 13cd7ab commit 4fc41d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/calculating_distances_in_CC3D_simulations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,10 @@ with

.. code-block:: python
self.invariantDistanceVectorBetweenCells(_from=[ self.cellA.xCOM, self.cellA.yCOM, \
self.cellA.yCOM], _to=[=[ self.cellB.xCOM, self.cellB.yCOM, self.cellB.yCOM])
self.invariantDistanceVectorBetweenCells(
_from=[ self.cellA.xCOM, self.cellA.yCOM, self.cellA.yCOM],
_to=[ self.cellB.xCOM, self.cellB.yCOM, self.cellB.yCOM]
)
but it is not hard to notice that the former is much easier to read.

0 comments on commit 4fc41d1

Please sign in to comment.