Skip to content

Commit

Permalink
correct the documentation about module to import
Browse files Browse the repository at this point in the history
  • Loading branch information
gesnerpassos committed Jul 31, 2013
1 parent a03585f commit 7ad083c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/Calibration/tube.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def calibrate(ws, tubeSet, knownPositions, funcForm, **kwargs):
Let's consider the simplest way of calling calibrate:
>>> from tube_calib import calibrate
>>> from tube import calibrate
>>> ws = Load('WISH17701')
>>> ws = Integration(ws)
>>> known_pos = [-0.41,-0.31,-0.21,-0.11,-0.02, 0.09, 0.18, 0.28, 0.39 ]
Expand Down

0 comments on commit 7ad083c

Please sign in to comment.