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

Skip to content

Commit fb56db1

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

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

lib/matplotlib/cbook.py

Lines 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)