Fix #1229: create_fifo->create_channel in example code (#1230)

This commit is contained in:
Dimiter Naydenov 2019-11-08 22:18:04 +02:00 committed by Eric Snow
parent 14e05f57a4
commit f42acbec60
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ Passing objects via marshal
::
interp = interpreters.create()
r, s = interpreters.create_fifo()
r, s = interpreters.create_channel()
interp.run(tw.dedent("""
import marshal
"""),