Skip to content

Commit 5e92bb4

Browse files
committed
remove namedio from docstrings
1 parent aa9ef95 commit 5e92bb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

control/iosys.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ def isctime(sys, strict=False):
539539
return sys.isctime(strict)
540540

541541

542-
# Utility function to parse nameio keywords
542+
# Utility function to parse iosys keywords
543543
def _process_iosys_keywords(
544544
keywords={}, defaults={}, static=False, end=False):
545545
"""Process iosys specification.
@@ -611,7 +611,7 @@ def pop_with_default(kw, defval=None, return_list=True):
611611
return name, inputs, outputs, states, dt
612612

613613
#
614-
# Parse 'dt' in for named I/O system
614+
# Parse 'dt' for I/O system
615615
#
616616
# The 'dt' keyword is used to set the timebase for a system. Its
617617
# processing is a bit unusual: if it is not specified at all, then the

0 commit comments

Comments
 (0)