Browse Source

[2438] wording fixes

JINMEI Tatuya 12 years ago
parent
commit
fd29a77407
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/lib/dns/python/rrset_collection_python_inc.cc

+ 3 - 3
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\
       origin     (isc.dns.Name) The zone origin.\n\
       rrclass    (isc.dns.RRClass) The zone class.\n\
       rrclass    (isc.dns.RRClass) The zone class.\n\
 \n\
 \n\
-RRsetCollection(input_stream, origin, rrclass)\n\
+RRsetCollection(input, origin, rrclass)\n\
 \n\
 \n\
     Constructor.\n\
     Constructor.\n\
 \n\
 \n\
     This constructor is similar to the previous one, but instead of\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\
     representing the zone contents in text.\n\
     The constructor throws IscException if there is an error\n\
     The constructor throws IscException if there is an error\n\
     during loading.\n\
     during loading.\n\
 \n\
 \n\
     Parameters:\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\
       origin     (isc.dns.Name) The zone origin.\n\
       rrclass    (isc.dns.RRClass) The zone class.\n\
       rrclass    (isc.dns.RRClass) The zone class.\n\
 \n\
 \n\