Skip to content

Commit c5b102b

Browse files
committed
docs: minor fixes
[skip ci]
1 parent 4253284 commit c5b102b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/source/pyneuroml.plot.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pyneuroml.plot.Plot module
1515
:show-inheritance:
1616

1717
pyneuroml.plot.PlotTimeSeries module
18-
--------------------------------
18+
--------------------------------------
1919

2020
.. automodule:: pyneuroml.plot.PlotTimeSeries
2121
:members:

pyneuroml/plot/PlotTimeSeries.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
Copyright 2024 NeuroML contributors
88
"""
99

10-
1110
import argparse
1211
import logging
1312
import math
@@ -191,7 +190,7 @@ def plot_time_series_from_lems_file(
191190
:type lems_file_name: str
192191
:param base_dir: directory where LEMS file resides
193192
:type base_dir: str
194-
:param **kwargs: other arguments passed to `plot_time_series`
193+
:param kwargs: other arguments passed to `plot_time_series`
195194
:returns: None
196195
197196
"""

0 commit comments

Comments
 (0)