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

Skip to content

Commit b9ceae2

Browse files
committed
Minor backend docstring fixes.
(The authorship formulation for the pdf backend matches the one for cairo.)
1 parent 3b2c375 commit b9ceae2

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 <[email protected]>
2+
A PDF Matplotlib backend.
3+
4+
Author: Jouni K Seppänen <[email protected]> and others.
45
"""
56

67
import codecs

0 commit comments

Comments
 (0)