docs(checkpoint-postgres): fix typo in comment (#5486)

fix typo in comment

Signed-off-by: jitokim <pigberger70@gmail.com>
This commit is contained in:
jito
2025-07-14 16:58:13 +00:00
committed by GitHub
parent 06f311fffb
commit de1460937a
2 changed files with 3 additions and 2 deletions
@@ -756,6 +756,7 @@ class PostgresStore(BaseStore, BasePostgresStore[_pg_internal.Conn]):
If provided, will create a connection pool and use it instead of a single connection.
This overrides the `pipeline` argument.
index: The index configuration for the store.
ttl: The TTL configuration for the store.
Returns:
PostgresStore: A new PostgresStore instance.
+2 -2
View File
@@ -190,7 +190,7 @@ class PregelRunner:
tb = tb.tb_next
exc.__traceback__ = tb
raise
if not futures: # maybe `t` schuduled another task
if not futures: # maybe `t` scheduled another task
return
else:
tasks = () # don't reschedule this task
@@ -326,7 +326,7 @@ class PregelRunner:
tb = tb.tb_next
exc.__traceback__ = tb
raise
if not futures: # maybe `t` schuduled another task
if not futures: # maybe `t` scheduled another task
return
else:
tasks = () # don't reschedule this task