Skip to content

Commit 8bc9487

Browse files
committed
Remove extra markup
1 parent 35fa5b3 commit 8bc9487

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

control/tests/bdalg_test.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def test_bdalg_udpate_names_errors():
366366

367367

368368
class TestEnsureTf:
369-
"""Test :func:`_ensure_tf`."""
369+
"""Test ``_ensure_tf``."""
370370

371371
@pytest.mark.parametrize(
372372
"arraylike_or_tf, dt, tf",
@@ -466,7 +466,7 @@ def test_error_ensure(self, arraylike_or_tf, dt, exception):
466466

467467

468468
class TestTfCombineSplit:
469-
"""Test :func:`combine_tf` and :func:`split_tf`."""
469+
"""Test ``combine_tf`` and ``split_tf``."""
470470

471471
@pytest.mark.parametrize(
472472
"tf_array, tf",
@@ -833,9 +833,9 @@ def _tf_close_coeff(tf_a, tf_b, rtol=1e-5, atol=1e-8):
833833
tf_b : TransferFunction
834834
Second transfer function.
835835
rtol : float
836-
Relative tolerance for :func:`np.allclose`.
836+
Relative tolerance for ``np.allclose``.
837837
atol : float
838-
Absolute tolerance for :func:`np.allclose`.
838+
Absolute tolerance for ``np.allclose``.
839839
840840
Returns
841841
-------

0 commit comments

Comments
 (0)