Skip to content

Commit

Permalink
Fix documentation typos
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Apr 3, 2018
1 parent 6ee882e commit 23fdfd2
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 23fdfd2

Please sign in to comment.