Skip to content

Commit e76eefb

Browse files
committed
Fix miscellaneous spelling/formatting
1 parent da0262c commit e76eefb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/ci_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def get_output(s, *args, **kwargs):
167167

168168
def exists_in_path(progname):
169169
"""
170-
Return True if proganme exists in $PATH.
170+
Return True if progname exists in $PATH.
171171
172172
>>> exists_in_path('echo')
173173
True

docs/howitworks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ executes under the runtime importer lock, ensuring :py:keyword:`import`
813813
statements executing in local threads are serialized.
814814

815815
.. note::
816-
816+
817817
In Python 2, :py:exc:`ImportError` is raised when :py:keyword:`import` is
818818
attempted while the runtime import lock is held by another thread,
819819
therefore imports must be serialized by only attempting them from the main

0 commit comments

Comments
 (0)