Skip to content

Commit ec9d3c4

Browse files
committed
fixed doctest of get_example_templates_dir()
1 parent 14f883d commit ec9d3c4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

larray/example.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -97,19 +97,7 @@ def get_example_templates_dir():
9797
>>> # list of all available example templates
9898
>>> for template_file in sorted(os.listdir(tmpl_dir)):
9999
... print(template_file)
100-
Area.crtx
101-
Area_100Stacked.crtx
102-
Area_Stacked.crtx
103-
Bar_100Stacked.crtx
104-
Bar_Clustered.crtx
105-
Bar_Stacked.crtx
106100
Line.crtx
107-
Line_Comp_Proj.crtx
108101
Line_Marker.crtx
109-
Line_Marker_Comp_Proj.crtx
110-
Line_Marker_Proj.crtx
111-
Line_proj.crtx
112-
Pie.crtx
113-
Scat.crtx
114102
"""
115103
return EXAMPLE_EXCEL_TEMPLATES_DIR

0 commit comments

Comments
 (0)