From 725572820564bebcbd9620887bb19d66c237d219 Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Sun, 9 Jun 2019 09:32:23 +0100 Subject: [PATCH] fix SWC format link --- pymaid/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pymaid/utils.py b/pymaid/utils.py index ca2ee73b..ca1f299d 100644 --- a/pymaid/utils.py +++ b/pymaid/utils.py @@ -628,7 +628,7 @@ def from_swc(f, neuron_name=None, neuron_id=None, import_labels=True, """ Generate neuron object from SWC file/DataFrame. This import is following format specified - `here `_ + `here `_ Important --------- @@ -841,7 +841,7 @@ def to_swc(x, filename=None, export_synapses=False, min_radius=0): """ Generate SWC file from neuron(s). Follows the format specified - `here `_. + `here `_. Important ---------