summaryrefslogtreecommitdiff
path: root/dns/set.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2017-01-15 06:18:35 -0800
committerBob Halley <halley@dnspython.org>2017-01-15 06:18:35 -0800
commit96f10a16a2d853a4e359aaa23c79f7a7fa7c34cf (patch)
tree74dc4abecb9a6dc50c1e4326c8897e4657588c10 /dns/set.py
parent710ac1e16b5a1d89bffa61e14cc4aa63309400ec (diff)
downloaddnspython-96f10a16a2d853a4e359aaa23c79f7a7fa7c34cf.tar.gz
doc more misc things
Diffstat (limited to 'dns/set.py')
-rw-r--r--dns/set.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/set.py b/dns/set.py
index 7a137ed..b419ff4 100644
--- a/dns/set.py
+++ b/dns/set.py
@@ -28,8 +28,7 @@ class Set(object):
def __init__(self, items=None):
"""Initialize the set.
- @param items: the initial set of items
- @type items: any iterable or None
+ *items*, an iterable or ``None``, the initial set of items.
"""
self.items = []