Skip to content

Commit

Permalink
Fix the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed Jun 12, 2024
1 parent 476b700 commit 84d95df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt/extract/incremental/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class IncrementalTransform:
"""A base class for handling extraction and stateful tracking
of incremental data from input data items.
By default, the descendant classes are instantiated withing the
By default, the descendant classes are instantiated within the
`dlt.extract.incremental.Incremental` class.
Subclasses must implement the `__call__` method which will be called
Expand Down

0 comments on commit 84d95df

Please sign in to comment.