Skip to content

Commit

Permalink
Fix _auto_topomap_coords docstring. (#7895)
Browse files Browse the repository at this point in the history
  • Loading branch information
aweinstein authored Jun 12, 2020
1 parent f6c6ff2 commit 52128c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/channels/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ def _auto_topomap_coords(info, picks, ignore_overlap, to_sphere, sphere):
positions overlap, an error is thrown.
to_sphere : bool
If True, the radial distance of spherical coordinates is ignored, in
effect fitting the xyz-coordinates to a sphere. Defaults to True.
effect fitting the xyz-coordinates to a sphere.
sphere : array-like | str
The head sphere definition.
Expand Down

0 comments on commit 52128c2

Please sign in to comment.