Skip to content

Commit e9585e2

Browse files
[3.15] Fix typos in the concurrent.interpreters docs (GH-156485) (#156790)
Fix typos in the `concurrent.interpreters` docs (GH-156485) (cherry picked from commit 76fefef) Co-authored-by: grayjk <2437532+grayjk@users.noreply.github.com>
1 parent 9bbdab4 commit e9585e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/concurrent.interpreters.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ objects are either directly shared or copied efficiently. For example:
191191
* :class:`float`
192192
* :class:`tuple` (of similarly supported objects)
193193

194-
There is a small number of Python types that actually share mutable
194+
There are a small number of Python types that actually share mutable
195195
data between interpreters:
196196

197197
* :class:`memoryview`
@@ -274,7 +274,7 @@ Interpreter objects
274274

275275
.. method:: call(callable, /, *args, **kwargs)
276276

277-
Return the result of calling running the given function in the
277+
Return the result of running the given function in the
278278
interpreter (in the current thread).
279279

280280
.. _interp-call-in-thread:

0 commit comments

Comments
 (0)