Skip to content

Commit

Permalink
FIX: Fix flake8 traling whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
heistermann committed Nov 15, 2016
1 parent b0ef8c9 commit 2ecb64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wradlib/qual.py
Expand Up @@ -127,7 +127,7 @@ def pulse_volume(ranges, h, theta):
:math:`R=r= \tan ( 0.5 \cdot \theta \cdot \pi/180 ) \cdot range`
with theta being the aperture angle (beam width).
Thus, the pulse volume simply becomes the volume of a cylinder with
:math:`V=\pi \cdot h \cdot range^2 \cdot \tan(
:math:`V=\pi \cdot h \cdot range^2 \cdot \tan(
0.5 \cdot \theta \cdot \pi/180)^2`
Parameters
Expand Down

0 comments on commit 2ecb64b

Please sign in to comment.