Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc20f19

Browse files
committed
Try to fix doc build
1 parent b0730ee commit fc20f19

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/widgets/range_slider.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
is a tuple of floats ``(lower val, upper val)`` rather than a single float.
1111
1212
See :doc:`/gallery/widgets/slider_demo` for an example of using
13-
``Slider``s to control a single float.
13+
a ``Slider`` to control a single float.
1414
1515
See :doc:`/gallery/widgets/slider_snap_demo` for an example of having
16-
the ``Slider``s snap to discrete values.
16+
the ``Slider`` snap to discrete values.
1717
"""
1818

1919
import numpy as np

examples/widgets/slider_demo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
a sine wave.
88
99
See :doc:`/gallery/widgets/slider_snap_demo` for an example of having
10-
the ``Slider``s snap to discrete values.
10+
the ``Slider`` snap to discrete values.
1111
1212
See :doc:`/gallery/widgets/range_slider` for an example of using
13-
``RangeSlider``s to define a range of values.
13+
a ``RangeSlider`` to define a range of values.
1414
"""
1515
import numpy as np
1616
import matplotlib.pyplot as plt

examples/widgets/slider_snap_demo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
the first part of its range.
1111
1212
See :doc:`/gallery/widgets/slider_demo` for an example of using
13-
``Slider``s to control a single float.
13+
a ``Slider`` to control a single float.
1414
1515
See :doc:`/gallery/widgets/range_slider` for an example of using
16-
``RangeSlider``s to define a range of values.
16+
a ``RangeSlider`` to define a range of values.
1717
"""
1818
import numpy as np
1919
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)