Commit da49749
Fix missing comma in get_reference_table doctest example (#275)
The second example block in `get_reference_table`'s docstring was
unrunnable: `collection="parameter-codes"` and `query={...}` were on
separate lines with no comma between them, so the doctest text doesn't
parse as a valid call.
Surfaced from PR #229's verification pass where I executed each public
function's docstring example against the live USGS OGC API.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 31ff4ba commit da49749
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2050 | 2050 | | |
2051 | 2051 | | |
2052 | 2052 | | |
2053 | | - | |
2054 | | - | |
| 2053 | + | |
| 2054 | + | |
2055 | 2055 | | |
2056 | 2056 | | |
2057 | 2057 | | |
| |||
0 commit comments