Skip to content

Commit

Permalink
Fix formatting of api docs for pw.table.deduplicate
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 5916a058e483b404b3c58dff9e105f98d0f6a034
  • Loading branch information
szymondudycz authored and Manul from Pathway committed Jan 23, 2024
1 parent a784830 commit 3928bf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/pathway/internals/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -992,10 +992,10 @@ def deduplicate(
Defaults to None.
acceptor: callback telling whether two values are different.
persistent_id: (unstable) An identifier, under which the state of the table
will be persisted or ``None``, if there is no need to persist the state of this table.
When a program restarts, it restores the state for all input tables according to what
was saved for their ``persistent_id``. This way it's possible to configure the start of
computations from the moment they were terminated last time.
will be persisted or ``None``, if there is no need to persist the state of this table.
When a program restarts, it restores the state for all input tables according to what
was saved for their ``persistent_id``. This way it's possible to configure the start of
computations from the moment they were terminated last time.
Returns:
Table: the result of deduplication.
Expand Down

0 comments on commit 3928bf5

Please sign in to comment.