Commit dbe7cda7 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

python: update doc

parent bbd8fcc7
...@@ -314,8 +314,8 @@ Session Objects ...@@ -314,8 +314,8 @@ Session Objects
priority value for this session. priority value for this session.
The *nv* is a list containing the name/value pairs. The each The *nv* is a list containing the name/value pairs. The each
element is a tuple of 2 bytestrings: name and value (e.g., element is a pair of unicode strings: name and value (e.g.,
``(b'host', b'localhost')``). ``(u'host', u'localhost')``).
The *nv* must include following name/value pairs: The *nv* must include following name/value pairs:
...@@ -378,8 +378,8 @@ Session Objects ...@@ -378,8 +378,8 @@ Session Objects
against the stream *stream_id*. against the stream *stream_id*.
The *nv* is a list containing the name/value pairs. The each The *nv* is a list containing the name/value pairs. The each
element is a tuple of 2 bytestrings: name and value (e.g., element is a pair of unicode strings: name and value (e.g.,
``(b'host', b'localhost')``). ``(u'host', u'localhost')``).
The *nv* must include following name/value pairs: The *nv* must include following name/value pairs:
...@@ -428,8 +428,8 @@ Session Objects ...@@ -428,8 +428,8 @@ Session Objects
priority value for this session. priority value for this session.
The *nv* is a list containing the name/value pairs. The each The *nv* is a list containing the name/value pairs. The each
element is a tuple of 2 bytestrings: name and value (e.g., element is a pair of unicode strings: name and value (e.g.,
``(b'host', b'localhost')``). ``(u'host', u'localhost')``).
The names in *nv* will be lower-cased when they are sent. The names in *nv* will be lower-cased when they are sent.
...@@ -459,8 +459,8 @@ Session Objects ...@@ -459,8 +459,8 @@ Session Objects
*stream_id*. The *nv* is the name/value pairs in this frame. *stream_id*. The *nv* is the name/value pairs in this frame.
The *nv* is a list containing the name/value pairs. The each The *nv* is a list containing the name/value pairs. The each
element is a tuple of 2 bytestrings: name and value (e.g., element is a pair of unicode strings: name and value (e.g.,
``(b'host', b'localhost')``). ``(u'host', u'localhost')``).
The names in *nv* will be lower-cased when they are sent. The names in *nv* will be lower-cased when they are sent.
...@@ -481,8 +481,8 @@ Session Objects ...@@ -481,8 +481,8 @@ Session Objects
*stream_id*. The *nv* is the name/value pairs in this frame. *stream_id*. The *nv* is the name/value pairs in this frame.
The *nv* is a list containing the name/value pairs. The each The *nv* is a list containing the name/value pairs. The each
element is a tuple of 2 bytestrings: name and value (e.g., element is a pair of unicode strings: name and value (e.g.,
``(b'host', b'localhost')``). ``(u'host', u'localhost')``).
The names in *nv* will be lower-cased when they are sent. The names in *nv* will be lower-cased when they are sent.
......
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