Skip to content
Snippets Groups Projects
Commit 1d91b2cc authored by Blaise Li's avatar Blaise Li
Browse files

Cosmetics in docstrings.

parent 5e09e511
No related branches found
No related tags found
No related merge requests found
...@@ -117,12 +117,12 @@ def collapse_and_sort(alis): ...@@ -117,12 +117,12 @@ def collapse_and_sort(alis):
""" """
Collapse elements from *alis* to their 5 prime end. Collapse elements from *alis* to their 5 prime end.
The resulting :class:`pybedtool.BedTool` is sorted. The resulting :class:`pybedtools.BedTool` is sorted.
:param alis: An iterable of :class:`pysam.AlignedSegment` :param alis: An iterable of :class:`pysam.AlignedSegment`
:rtype: :class:`pybedtool.BedTool` :rtype: :class:`pybedtools.BedTool`
:class:`pybedtool.BedTool` is an iterable: :class:`pybedtools.BedTool` is an iterable:
It can be iterated over in a for loop, or produce an iterator It can be iterated over in a for loop, or produce an iterator
using :func:`iter` on it using :func:`iter` on it
(see https://stackoverflow.com/a/28353158/1878788). (see https://stackoverflow.com/a/28353158/1878788).
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment