diff options
| author | Bob Halley <halley@dnspython.org> | 2017-01-15 06:18:35 -0800 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2017-01-15 06:18:35 -0800 |
| commit | 96f10a16a2d853a4e359aaa23c79f7a7fa7c34cf (patch) | |
| tree | 74dc4abecb9a6dc50c1e4326c8897e4657588c10 /dns/set.py | |
| parent | 710ac1e16b5a1d89bffa61e14cc4aa63309400ec (diff) | |
| download | dnspython-96f10a16a2d853a4e359aaa23c79f7a7fa7c34cf.tar.gz | |
doc more misc things
Diffstat (limited to 'dns/set.py')
| -rw-r--r-- | dns/set.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 = [] |
