8000 DOC: add punctuation · matplotlib/matplotlib@7a2ea8a · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a2ea8a

Browse files
tacaswellQuLogic
andauthored
DOC: add punctuation
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 30d8d3b commit 7a2ea8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ class _AxesBase(martist.Artist):
568568
#: def fmt(val: float, /) -> str: ...
569569
fmt_xdata = None
570570

571-
#: Callable to format the y-data in an interactive window
571+
#: Callable to format the y-data in an interactive window.
572572
#:
573573
#: The expected signature is ::
574574
#:

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Axes3D(Axes):
6262
sx = _api.deprecate_privatize_attribute("3.7")
6363
sy = _api.deprecate_privatize_attribute("3.7")
6464

65-
#: Callable to format the z-data in an interactive window
65+
#: Callable to format the z-data in an interactive window.
6666
#:
6767
#: The expected signature is ::
6868
#:

0 commit comments

Comments
 (0)
0