File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 363363 \setbox\nbsphinxbox\vtop{{#1\par}}
364364 % reserve some space at bottom of page, else start new page
365365 \needspace{\dimexpr2.5\baselineskip+\ht\nbsphinxbox+\dp\nbsphinxbox}
366- % mimick vertical spacing from \section command
366+ % mimic vertical spacing from \section command
367367 \addpenalty\@secpenalty
368368 \@tempskipa 3.5ex \@plus 1ex \@minus .2ex\relax
369369 \addvspace\@tempskipa
@@ -1248,7 +1248,7 @@ class NbGallery(sphinx.directives.other.TocTree):
12481248 """A thumbnail gallery for notebooks."""
12491249
12501250 def run (self ):
1251- """Wrap GalleryToc arount toctree."""
1251+ """Wrap GalleryToc around toctree."""
12521252 ret = super ().run ()
12531253 try :
12541254 toctree_wrapper = ret [- 1 ]
You can’t perform that action at this time.
0 commit comments