Skip to content

Commit d02760e

Browse files
story645timhoffm
andauthored
Update doc/sphinxext/gallery_order.py
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent 37fa9cd commit d02760e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinxext/gallery_order.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
for f in order[:order.index(UNSORTED)]]
4848
explicit_order_folders.append(UNSORTED)
4949
explicit_order_folders.extend([f for order in order_lists
50-
for f in order[order.index(UNSORTED):]])
50+
for f in order[order.index(UNSORTED):]])
5151

5252

5353
class MplExplicitOrder(ExplicitOrder):

0 commit comments

Comments
 (0)