Skip to content

Commit 5e3f6b5

Browse files
committed
Update docstrings
1 parent 17f6d0c commit 5e3f6b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

netdata/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020

2121

2222
class Netdata(object):
23-
"""A class for handling connections with Netdata instance."""
23+
"""A class for handling connections with a Netdata instance."""
2424

25-
def __init__(self, host, resource, loop, session, port='19999'):
26-
"""Initialize the connection."""
25+
def __init__(self, host, resource, loop, session, port=19999):
26+
"""Initialize the connection to the Netdata instance."""
2727
self._loop = loop
2828
self._session = session
2929
self.host = host

0 commit comments

Comments
 (0)