Skip to content

Commit a55fa9f

Browse files
authored
Typo fix (#112)
* Fix: Typo in docstring * Add: .idea to gitignore
1 parent 65e8065 commit a55fa9f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -762,3 +762,4 @@ MigrationBackup/
762762
.ionide/
763763

764764
# End of https://www.toptal.com/developers/gitignore/api/windows,macos,linux,python,react,pycharm,emacs,vim,visualstudio,visualstudiocode
765+
.idea/

src/sparsezoo/models/detection/yolo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def yolo_v3(
4040
force_token_refresh: bool = False,
4141
) -> Model:
4242
"""
43-
Convenience function for getting an ssd resnet50 300 model
43+
Convenience function for getting an yolo_v3 model
4444
4545
:param sub_architecture: The sub architecture of the model the object belongs
4646
to; e.g. spp

0 commit comments

Comments
 (0)