Skip to content

Commit 5cd0bfc

Browse files
committed
docs: Remove unneeded docstring
1 parent ddead90 commit 5cd0bfc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

libtmux/common.py

-7
Original file line numberDiff line numberDiff line change
@@ -430,13 +430,6 @@ def get_by_id(self, id: str) -> Optional[O]:
430430
Returns
431431
-------
432432
object
433-
434-
Notes
435-
-----
436-
Based on `.get()`_ from `backbone.js`_.
437-
438-
.. _backbone.js: http://backbonejs.org/
439-
.. _.get(): http://backbonejs.org/#Collection-get
440433
"""
441434
for child in self.children:
442435
if child[self.child_id_attribute] == id:

0 commit comments

Comments
 (0)