Commit e9aa572
Update get_watershed narrative docstring to match multi-return contract
Per Copilot review: the narrative section claimed `get_watershed`
"Returns a watershed object", but with the explicit `format` contract
the function actually returns a `requests.Response` (default), a
`dict`, or a `Watershed` depending on `format`. Rewrite the narrative
to describe the three return shapes accurately.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f3d1e8f commit e9aa572
1 file changed
Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
| |||
0 commit comments