Skip to content

Commit 1ac2a7a

Browse files
Clarify numeric-like URL fallback normalization examples
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 7040849 commit 1ac2a7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Polling timeouts and repeated polling failures are surfaced as:
187187

188188
`HyperbrowserPollingError` also covers stalled pagination (no page-batch progress during result collection).
189189
Transport-level request failures include HTTP method + URL context in error messages.
190-
URL-like fallback objects are stringified for transport diagnostics; missing/malformed/sentinel URL inputs (for example `None`, `null`/`undefined`/`nan`, or numeric-only values) are normalized to `unknown URL`.
190+
URL-like fallback objects are stringified for transport diagnostics; missing/malformed/sentinel URL inputs (for example `None`, `null`/`undefined`/`nan`, or numeric-like values such as `123`/`1.5`/`1e6`) are normalized to `unknown URL`.
191191

192192
```python
193193
from hyperbrowser import Hyperbrowser

0 commit comments

Comments
 (0)