Skip to content

Commit 99b9c1f

Browse files
author
Lê Nam Khánh
authored
chore: fix typos in src/crawlee/statistics/_error_snapshotter.py (#1529)
This PR fixes typos in the file src/crawlee/statistics/_error_snapshotter.py.
1 parent a1693ef commit 99b9c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crawlee/statistics/_error_snapshotter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async def capture_snapshot(
3232
"""Capture error snapshot and save it to key value store.
3333
3434
It saves the error snapshot directly to a key value store. It can't use `context.get_key_value_store` because
35-
it returns `KeyValueStoreChangeRecords` which is commited to the key value store only if the `RequestHandler`
35+
it returns `KeyValueStoreChangeRecords` which is committed to the key value store only if the `RequestHandler`
3636
returned without an exception. ErrorSnapshotter is on the contrary active only when `RequestHandler` fails with
3737
an exception.
3838

0 commit comments

Comments
 (0)