8000 Replace smart quotes · matplotlib/matplotlib@74915fb · GitHub
[go: up one dir, main page]

Skip to content

Commit 74915fb

Browse files
committed
Replace smart quotes
1 parent 909557b commit 74915fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/figure.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -872,8 +872,8 @@ def add_axes(self, *args, **kwargs):
872872
A 4-length sequence of [left, bottom, width, height] quantities.
873873
874874
projection :
875-
[aitoff | hammer | lambert | mollweide | \
876-
polar | rectilinear], optional
875+
['aitoff' | 'hammer' | 'lambert' | 'mollweide' | \
876+
'polar' | 'rectilinear'], optional
877877
The projection type of the axes.
878878
879879
polar : boolean, optional
@@ -972,8 +972,8 @@ def add_subplot(self, *args, **kwargs):
972972
integers are I, J, and K, the subplot is the Ith plot on a
973973
grid with J rows and K columns.
974974
975-
projection : [aitoff | hammer | lambert | \
976-
mollweide’, ‘polar | rectilinear], optional
975+
projection : ['aitoff' | 'hammer' | 'lambert' | \
976+
'mollweide', 'polar' | 'rectilinear'], optional
977977
The projection type of the axes.
978978
979979
polar : boolean, optional

0 commit comments

Comments
 (0)
0