10000 FIX: typo in gen_rst.py · scikit-learn/scikit-learn@9f07963 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f07963

Browse files
committed
FIX: typo in gen_rst.py
1 parent 6384f2d commit 9f07963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinxext/gen_rst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ def generate_file_rst(fname, target_dir, src_dir, root_dir, plot_gallery):
908908
# save the dictionary, so we can later add hyperlinks
909909
codeobj_fname = example_file[:-3] + '_codeobj.pickle'
910910
with open(codeobj_fname, 'wb') as fid:
911-
pickle.dump(example_code_obj, fid, cpickle.HIGHEST_PROTOCOL)
911+
pickle.dump(example_code_obj, fid, pickle.HIGHEST_PROTOCOL)
912912
fid.close()
913913

914914
if '__doc__' in my_globals:

0 commit comments

Comments
 (0)
0