Skip to content

Commit

Permalink
Merge pull request #1491 from nipy/target-doc-typos
Browse files Browse the repository at this point in the history
Fix documentation typos
  • Loading branch information
skoudoro committed Apr 4, 2018
2 parents 320483a + 23fdfd2 commit 21d3970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dipy/tracking/utils.py
Expand Up @@ -576,10 +576,10 @@ def target(streamlines, target_mask, affine, include=True):
@_with_initialize
def target_line_based(streamlines, target_mask, affine=None, include=True):
"""Filters streamlines based on whether or not they pass through a ROI,
using a line-based algorithm. Mostly used as a remplacement of `target`
using a line-based algorithm. Mostly used as a replacement of `target`
for compressed streamlines.
This function never returns single-point streamlines, wathever the
This function never returns single-point streamlines, whatever the
value of `include`.
Parameters
Expand Down

0 comments on commit 21d3970

Please sign in to comment.