File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -158,10 +158,9 @@ def init():
158158
159159def data_dir ():
160160 """
161- Return the application data directory. If the directory path
161+ Return the Orange application data directory. If the directory path
162162 does not yet exists then create it.
163163 """
164-
165164 from Orange .misc import environ
166165 path = os .path .join (environ .data_dir (), "canvas" )
167166 try :
@@ -172,9 +171,9 @@ def data_dir():
172171
173172
174173def cache_dir ():
175- """Return the application cache directory. If the directory path
174+ """
175+ Return the Orange application cache directory. If the directory path
176176 does not yet exists then create it.
177-
178177 """
179178 from Orange .misc import environ
180179 path = os .path .join (environ .cache_dir (), "canvas" )
You can’t perform that action at this time.
0 commit comments