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

Skip to content

Commit 9b72f6a

Browse files
tacaswellQuLogic
andcommitted
DOC: add punctuation
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 91f986a commit 9b72f6a

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
@@ -601,7 +601,7 @@ class _AxesBase(martist.Artist):
601601
#: def fmt(val: float, /) -> str: ...
602602
fmt_xdata = None
603603

604-
#: Callable to format the y-data in an interactive window
604+
#: Callable to format the y-data in an interactive window.
605605
#:
606606
#: The expected signature is ::
607607
#:

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Axes3D(Axes):
5757
Axes._shared_axes["z"] = cbook.Grouper()
5858
Axes._shared_axes["view"] = cbook.Grouper()
5959

60-
#: Callable to format the z-data in an interactive window
60+
#: Callable to format the z-data in an interactive window.
6161
#:
6262
#: The expected signature is ::
6363
#:

0 commit comments

Comments
 (0)
0