Commit 0afe4447 authored by Jason Madden's avatar Jason Madden

Correct doctest snippet.

parent 083b31e4
......@@ -170,8 +170,8 @@ Note that we'll have to pull some hijinks:
>>> with conn.root()['blob1'].open() as f:
... f.read()
b'blob data 1'
>>> with conn.root()['blob2'].open() as
... f: f.read()
>>> with conn.root()['blob2'].open() as f:
... f.read()
b'blob data 2'
Make some old protocol calls:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment