Skip to content

Commit 5e9665c

Browse files
committedOct 27, 2023
Fix description.
1 parent 70c7dfd commit 5e9665c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pymaid/fetch/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4733,15 +4733,15 @@ def get_skeleton_change(x, chunk_size=50, remote_instance=None):
47334733

47344734
@cache.undo_on_error
47354735
def get_nearest_node(x, y, z, skeleton_id=None, neuron_id=None, remote_instance=None):
4736-
"""Get split and merge history of skeletons.
4736+
"""Get the node nearest to a query point. Optionally restricted to a single skeleton.
47374737
47384738
Parameters
47394739
----------
47404740
x : X coordinate of query location.
47414741
y : Y coordinate of query location.
47424742
z : Z coordinate of query location.
47434743
skeleton_id : Result treenode has to be in this skeleton. (optional)
4744-
neuron_id : Result treenode has to be in this neuron. (optional, altenrate to skeleton_id)
4744+
neuron_id : Result treenode has to be in this neuron. (optional, altenrate to skeleton_id)
47454745
remote_instance : CatmaidInstance, optional
47464746
If not passed directly, will try using global.
47474747

0 commit comments

Comments
 (0)