Skip to content

Commit

Permalink
doc(docstring): improve specificity
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Bartel <[email protected]>
  • Loading branch information
aaraney and robertbartel committed Aug 1, 2024
1 parent 9487ed8 commit 6c25d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ngen_cal/src/ngen/cal/ngen.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def __init__(self, **kwargs):

@staticmethod
def _is_legacy_gpkg_hydrofabric(hydrofabric: Path) -> bool:
"""Return True if legacy hydrofabric."""
"""Return True if legacy (<=v2.1) gpkg hydrofabric."""
import sqlite3
connection = sqlite3.connect(hydrofabric)
# hydrofabric <= 2.1 use 'flowpaths'
Expand Down

0 comments on commit 6c25d62

Please sign in to comment.