Skip to content

Commit

Permalink
Fixing traveltime doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
krischer committed Oct 3, 2016
1 parent b36ff9e commit 05fa18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obspy/clients/iris/client.py
Expand Up @@ -776,7 +776,7 @@ def traveltime(self, model='iasp91', phases=DEFAULT_PHASES, evdepth=0.0,
Distance Depth Phase Travel Ray Param Takeoff Incident ...
(deg) (km) Name Time (s) p (s/deg) (deg) (deg) ...
------------------------------------------------------------------...
3.24 22.9 P 49.39 13.749 53.77 45.82 ...
3.24 22.9 P 49.39 13.750 53.77 45.82 ...
3.24 22.9 Pn 49.40 13.754 53.80 45.84 ...
"""
kwargs = {}
Expand Down

0 comments on commit 05fa18e

Please sign in to comment.