From dbe7cda79b0f73d3da7fca7012dd57aa78ed2516 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 23 Aug 2012 21:23:33 +0900 Subject: [PATCH] python: update doc --- doc/python.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/python.rst b/doc/python.rst index 52b7aa5f..fd8a63e5 100644 --- a/doc/python.rst +++ b/doc/python.rst @@ -314,8 +314,8 @@ Session Objects priority value for this session. The *nv* is a list containing the name/value pairs. The each - element is a tuple of 2 bytestrings: name and value (e.g., - ``(b'host', b'localhost')``). + element is a pair of unicode strings: name and value (e.g., + ``(u'host', u'localhost')``). The *nv* must include following name/value pairs: @@ -378,8 +378,8 @@ Session Objects against the stream *stream_id*. The *nv* is a list containing the name/value pairs. The each - element is a tuple of 2 bytestrings: name and value (e.g., - ``(b'host', b'localhost')``). + element is a pair of unicode strings: name and value (e.g., + ``(u'host', u'localhost')``). The *nv* must include following name/value pairs: @@ -428,8 +428,8 @@ Session Objects priority value for this session. The *nv* is a list containing the name/value pairs. The each - element is a tuple of 2 bytestrings: name and value (e.g., - ``(b'host', b'localhost')``). + element is a pair of unicode strings: name and value (e.g., + ``(u'host', u'localhost')``). The names in *nv* will be lower-cased when they are sent. @@ -459,8 +459,8 @@ Session Objects *stream_id*. The *nv* is the name/value pairs in this frame. The *nv* is a list containing the name/value pairs. The each - element is a tuple of 2 bytestrings: name and value (e.g., - ``(b'host', b'localhost')``). + element is a pair of unicode strings: name and value (e.g., + ``(u'host', u'localhost')``). The names in *nv* will be lower-cased when they are sent. @@ -481,8 +481,8 @@ Session Objects *stream_id*. The *nv* is the name/value pairs in this frame. The *nv* is a list containing the name/value pairs. The each - element is a tuple of 2 bytestrings: name and value (e.g., - ``(b'host', b'localhost')``). + element is a pair of unicode strings: name and value (e.g., + ``(u'host', u'localhost')``). The names in *nv* will be lower-cased when they are sent.