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

Skip to content

Commit a607350

Browse files
committed
Fix strange docstring.
1 parent 8989bc5 commit a607350

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/pylab_examples/to_numeric.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/usr/bin/env python
22
"""
33
Use backend agg to access the figure canvas as an RGB string and then
4-
convert it to an array and pass the string it to Pillow for
5-
rendering.
4+
convert it to an array and pass it to Pillow for rendering.
65
"""
76

87
import pylab

0 commit comments

Comments
 (0)