Skip to content

Commit

Permalink
Add default value to docstrings
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Ossa <aaossa@uc.cl>
  • Loading branch information
aaossa committed Apr 10, 2017
1 parent 60fae47 commit 653ab13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dipy/reconst/dsi.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def rtop_pdf(self, normalized=True):
----------
normalized : boolean
default true, normalize the propagator by its sum in order
to obtain a pdf
to obtain a pdf. Default: True.
Returns
-------
Expand Down Expand Up @@ -252,7 +252,7 @@ def msd_discrete(self, normalized=True):
----------
normalized : boolean
default true, normalize the propagator by its sum in order
to obtain a pdf
to obtain a pdf. Default: True.
Returns
-------
Expand Down

0 comments on commit 653ab13

Please sign in to comment.