2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[2438] wording fixes

This commit is contained in:
JINMEI Tatuya
2013-01-17 10:04:12 -08:00
parent e149d57f77
commit fd29a77407

View File

@@ -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\