Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fb56db1

Browse filesBrowse files
committed
Update lib/matplotlib/cbook.py
Simplify module docstring, removing mention of possible future changes.
1 parent f58da0d commit fb56db1
Copy full SHA for fb56db1

File tree

Expand file treeCollapse file tree

1 file changed

+3
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-7
lines changed

‎lib/matplotlib/cbook.py

Copy file name to clipboardExpand all lines: lib/matplotlib/cbook.py
+3-7Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
"""
2-
A collection of utility functions and classes. Many (but not all)
3-
from the Python Cookbook -- hence the name cbook.
4-
5-
This module is in transition, with the intention of migrating
6-
functionality used in matplotlib to a new module, possibly called
7-
"utils". Functionality not needed in matplotlib might then be
8-
deprecated and eventually removed.
2+
A collection of utility functions and classes. Originally, many
3+
(but not all) were from the Python Cookbook -- hence the name cbook.
94
105
This module is safe to import from anywhere within matplotlib;
116
it imports matplotlib only at runtime.
127
"""
8+
139
from __future__ import print_function
1410

1511
import datetime

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.