docstring punctuation · python-control/python-control@021372f

Original file line numberDiff line numberDiff line change

@@ -1237,7 +1237,7 @@ def _determine_omega_vector(syslist, omega_in, omega_limits, omega_num,

12371237

omega_num : int

12381238

Number of points to be used for the frequency

12391239

range (if the frequency range is not user-specified)

1240-

Hz : bool. optional

1240+

Hz : bool, optional

12411241

If True, the limits (first and last value) of the frequencies

12421242

are set to full decades in Hz so it fits plotting with logarithmic

12431243

scale in Hz otherwise in rad/s. Omega is always returned in rad/sec.

@@ -1286,7 +1286,7 @@ def _default_frequency_range(syslist, Hz=None, number_of_samples=None,

12861286

----------

12871287

syslist : list of LTI

12881288

List of linear input/output systems (single system is OK)

1289-

Hz : bool. optional

1289+

Hz : bool, optional

12901290

If True, the limits (first and last value) of the frequencies

12911291

are set to full decades in Hz so it fits plotting with logarithmic

12921292

scale in Hz otherwise in rad/s. Omega is always returned in rad/sec.