[Python] Fix docstring of Sim1D.restore

Resolves Issue 210.
This commit is contained in:
Ray Speth 2014-03-08 21:47:09 +00:00
parent 6a51eb88dc
commit 98c480c7c7

View file

@ -778,7 +778,7 @@ cdef class Sim1D:
Amount of logging information to display while restoring,
from 0 (disabled) to 2 (most verbose).
>>> s.restore(filename='save.xml', id='energy_off')
>>> s.restore(filename='save.xml', name='energy_off')
"""
self.sim.restore(stringify(filename), stringify(name), loglevel)
self._initialized = True