Skip to content

Commit

Permalink
Line change in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
djordon committed Apr 10, 2016
1 parent 0ac2922 commit 6a15d9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions queueing_tool/network/queue_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,8 +708,7 @@ def draw(self, update_colors=True, line_kwargs=None,
saved to disk. For example, to save the drawing to the current
working directory do the following:
>>> net.draw(fname="state.png",\r # doctest: +SKIP
scatter_kwargs={'s': 40}) # doctest: +SKIP
>>> net.draw(fname="state.png", scatter_kwargs={'s': 40}) # doctest: +SKIP
.. figure:: current_state1.png
:align: center
Expand Down

0 comments on commit 6a15d9d

Please sign in to comment.