8000 fix: docstring · video-db/videodb-python@3a2b8fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a2b8fa

Browse files
committed
fix: docstring
1 parent 568bc1a commit 3a2b8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videodb/collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def connect_rtstream(
172172
173173
:param str url: URL of the rtstream
174174
:param str name: Name of the rtstream
175-
:param int sample_rate: Sample rate of the rtstream default is 1fps
175+
:param int sample_rate: Sample rate of the rtstream (optional)
176176
:return: :class:`RTStream <RTStream>` object
177177
"""
178178
rtstream_data = self._connection.post(

0 commit comments

Comments
 (0)
0