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

Skip to content

Commit 2fd302e

Browse files
committed
Get rid of boilerplate.py.
1 parent 2a1b4ee commit 2fd302e

File tree

2 files changed

+3
-395
lines changed

2 files changed

+3
-395
lines changed

lib/matplotlib/pyplot.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Note: The first part of this file can be modified in place, but the latter
2-
# part is autogenerated by the boilerplate.py script.
3-
41
"""
52
`matplotlib.pyplot` is a state-based interface to matplotlib. It provides
63
a MATLAB-like way of plotting.
@@ -23,6 +20,7 @@
2320
import six
2421

2522
import inspect
23+
import re
2624
import sys
2725
import time
2826
import warnings
@@ -1671,12 +1669,10 @@ def _setup_pyplot_info_docstrings():
16711669
"""
16721670
Generates the plotting and docstring.
16731671
1674-
These must be done after the entire module is imported, so it is
1675-
called from the end of this module, which is generated by
1676-
boilerplate.py.
1672+
These must be done after the entire module is imported, so it is called
1673+
from the end of this module.
16771674
"""
16781675
# Generate the plotting docstring
1679-
import re
16801676

16811677
def pad(s, l):
16821678
"""Pad string *s* to length *l*."""

0 commit comments

Comments
 (0)