Fix miscellaneous spelling/formatting

pull/868/head
Alex Willmer 3 years ago
parent da0262cc18
commit e76eefb8be

@ -167,7 +167,7 @@ def get_output(s, *args, **kwargs):
def exists_in_path(progname): def exists_in_path(progname):
""" """
Return True if proganme exists in $PATH. Return True if progname exists in $PATH.
>>> exists_in_path('echo') >>> exists_in_path('echo')
True True

@ -813,7 +813,7 @@ executes under the runtime importer lock, ensuring :py:keyword:`import`
statements executing in local threads are serialized. statements executing in local threads are serialized.
.. note:: .. note::
In Python 2, :py:exc:`ImportError` is raised when :py:keyword:`import` is In Python 2, :py:exc:`ImportError` is raised when :py:keyword:`import` is
attempted while the runtime import lock is held by another thread, attempted while the runtime import lock is held by another thread,
therefore imports must be serialized by only attempting them from the main therefore imports must be serialized by only attempting them from the main

Loading…
Cancel
Save