From: JINMEI Tatuya Date: Thu, 17 Jan 2013 18:04:12 +0000 (-0800) Subject: [2438] wording fixes X-Git-Tag: bind10-1.0.0-rc-release~76^2~21^2~3^2^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd29a774079b86f2b62c857d13ef450f0da29a00;p=thirdparty%2Fkea.git [2438] wording fixes --- diff --git a/src/lib/dns/python/rrset_collection_python_inc.cc b/src/lib/dns/python/rrset_collection_python_inc.cc index ba19ddac1d..f6eb8a39a5 100644 --- a/src/lib/dns/python/rrset_collection_python_inc.cc +++ b/src/lib/dns/python/rrset_collection_python_inc.cc @@ -79,18 +79,18 @@ RRsetCollection(filename, origin, rrclass)\n\ origin (isc.dns.Name) The zone origin.\n\ rrclass (isc.dns.RRClass) The zone class.\n\ \n\ -RRsetCollection(input_stream, origin, rrclass)\n\ +RRsetCollection(input, origin, rrclass)\n\ \n\ Constructor.\n\ \n\ This constructor is similar to the previous one, but instead of\n\ - taking a filename to load a zone from, it takes a byte object,\n\ + taking a filename to load a zone from, it takes a bytes object,\n\ representing the zone contents in text.\n\ The constructor throws IscException if there is an error\n\ during loading.\n\ \n\ Parameters:\n\ - input (byte) Textual representation of the zone.\n\ + input (bytes) Textual representation of the zone.\n\ origin (isc.dns.Name) The zone origin.\n\ rrclass (isc.dns.RRClass) The zone class.\n\ \n\