File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -645,7 +645,7 @@ def get_sample_data(fname, asfileobj=True):
645645 Check the cachedirectory ~/.matplotlib/sample_data for a sample_data
646646 file. If it does not exist, fetch it with urllib from the mpl git repo
647647
648- https://github.com/matplotlib/sample_data/raw /master
648+ https://raw. github.com/matplotlib/sample_data/master
649649
650650 and store it in the cachedir.
651651
@@ -676,7 +676,7 @@ def get_sample_data(fname, asfileobj=True):
676676 if myserver is None :
677677 configdir = matplotlib .get_configdir ()
678678 cachedir = os .path .join (configdir , 'sample_data' )
679- baseurl = 'https://github.com/matplotlib/sample_data/raw /master/'
679+ baseurl = 'https://raw. github.com/matplotlib/sample_data/master/'
680680 try :
681681 myserver = _get_data_server (cachedir , baseurl )
682682 get_sample_data .myserver = myserver
You can’t perform that action at this time.
0 commit comments