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 @@ -289,7 +289,7 @@ Interpreter Lifetimes
289289When an interpreter is destroyed, proxies wrapping objects from that
290290interpreter may still exist elsewhere. To prevent this from causing crashes,
291291an interpreter will invalidate all proxies pointing its objects by overwriting
292- their wrapped object with :const: ` None `.
292+ their wrapped object with `` None ` `.
293293
294294To demonstrate, the following snippet first prints out ``Alive ``, and then
295295``None `` after deleting the interpreter:
@@ -347,7 +347,7 @@ Directly Sharing Proxy Objects
347347------------------------------
348348
349349The initial revision of this proposal took an approach where an instance of
350- :class: `~conccurent .interpreters.SharedObjectProxy ` was :term: `immortal `. This
350+ :class: `~concurrent .interpreters.SharedObjectProxy ` was :term: `immortal `. This
351351allowed proxy objects to be directly shared across interpreters, because their
352352reference count was thread-safe (since it never changed due to immortality).
353353
You can’t perform that action at this time.
0 commit comments