Skip to content

Commit eca4906

Browse files
authored
Merge pull request #19740 from anntzer/bd
Minor backend docstring fixes.
2 parents 9565bc8 + b9ceae2 commit eca4906

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

lib/matplotlib/backends/backend_cairo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
A Cairo backend for matplotlib
2+
A Cairo backend for Matplotlib
33
==============================
44
:Author: Steve Chaplin and others
55

lib/matplotlib/backends/backend_nbagg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Interactive figures in the IPython notebook"""
1+
"""Interactive figures in the IPython notebook."""
22
# Note: There is a notebook in
33
# lib/matplotlib/backends/web_backend/nbagg_uat.ipynb to help verify
44
# that changes made maintain expected behaviour.

lib/matplotlib/backends/backend_pdf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
2-
A PDF matplotlib backend
3-
Author: Jouni K Seppänen <jks@iki.fi>
2+
A PDF Matplotlib backend.
3+
4+
Author: Jouni K Seppänen <jks@iki.fi> and others.
45
"""
56

67
import codecs

0 commit comments

Comments
 (0)