Skip to content

Commit c4781bc

Browse files
committed
typo
1 parent 7c3d059 commit c4781bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ns1/ipam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def __init__(self, config, name=None, service_def_id=None, id=None, tags=None):
410410
:param str name: Name of the scope group
411411
:param int service_group_id: id of the service group the scope group is associated with
412412
:param int id: id of the scope group
413-
:param dict tags: tags of the scpoegroup
413+
:param dict tags: tags of the scopegroup
414414
"""
415415
self._rest = Scopegroups(config)
416416
self.config = config

0 commit comments

Comments
 (0)