Skip to content

Commit

Permalink
chore: small fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Aug 1, 2024
1 parent 04382f2 commit e536b9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,6 @@ dmypy.json
.pyre/

# VSCode configurations
.vscode/
.vscode/

.DS_Store
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "cgranges"]
path = cgranges
url = https://github.com/lh3/cgranges
ignore = dirty
2 changes: 1 addition & 1 deletion pybedlite/overlap_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Examples of Detecting Overlaps
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
. code-block:: python
.. code-block:: python
>>> from pybedlite.overlap_detector import Interval, OverlapDetector
>>> detector = OverlapDetector()
Expand Down

0 comments on commit e536b9b

Please sign in to comment.