Skip to content

Commit

Permalink
adjust doc
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed Oct 2, 2013
1 parent 85ca02f commit b640769
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions obspy/core/trace.py
Expand Up @@ -1712,9 +1712,8 @@ def taper(self, type='cosine', max_percentage=0.05, max_length=None,
:type max_percentage: None, float
:param max_percentage: Decimal percentage of taper at one end (ranging
from 0. to 0.5). Default is 0.05 (5%).
:param max_length: Length of taper at one end in seconds.
:type max_length: None, float
:param max_length:
:param max_length: Length of taper at one end in seconds.
:type side: str
:param side: Specify if both sides should be tapered (default, "both")
or if only the left half ("left") or right half ("right") should be
Expand All @@ -1724,7 +1723,7 @@ def taper(self, type='cosine', max_percentage=0.05, max_length=None,
If both `max_percentage` and `max_length` are set to a float, the
shorter tape length is used. If both `max_percentage` and
`max_length` are set to `None`, the whole trace will be tapered
`max_length` are set to `None`, the whole trace will be tapered.
.. note::
Expand Down

0 comments on commit b640769

Please sign in to comment.