Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsbck committed Dec 3, 2024
1 parent d714a5a commit 31dd735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaxley/modules/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def vis(
two of them.
cell_plot_kwargs: Keyword arguments passed to the plotting function for
cell morphologies. Only takes effect for `detail='full'`.
synapse_kwargs: Keyword arguments passed to the plotting function for
synapse_plot_kwargs: Keyword arguments passed to the plotting function for
syanpses. Only takes effect for `detail='full'`.
"""
xyz0 = self.cell(0).xyzr[0][:, :3]
Expand Down

0 comments on commit 31dd735

Please sign in to comment.