Skip to content

Commit 7efbb8b

Browse files
committed
Merge pull request #1269 from dmcdougall/doc_typo_v1.2
Fix typo in docstring
2 parents ab3e42f + 2d4c59c commit 7efbb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
This is an object-orient plotting library.
2+
This is an object-oriented plotting library.
33
44
A procedural interface is provided by the companion pyplot module,
55
which may be imported directly, e.g::

0 commit comments

Comments
 (0)