Skip to content

Commit 9c82433

Browse files
committed
Fix typos
1 parent d7241b1 commit 9c82433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nbsphinx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
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]

0 commit comments

Comments
 (0)