Skip to content

Commit

Permalink
Reference as attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jul 20, 2024
1 parent b7e50ca commit 66c8046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions singer_sdk/streams/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def get_starting_replication_key_value(
.. note::
This method requires :meth:`~singer_sdk.Stream.replication_key` to be set
This method requires :attr:`~singer_sdk.Stream.replication_key` to be set
to a non-null value, indicating the stream should be synced incrementally.
"""
state = self.get_context_state(context)
Expand Down Expand Up @@ -288,7 +288,7 @@ def get_starting_timestamp(
.. note::
This method requires :meth:`~singer_sdk.Stream.replication_key` to be set
This method requires :attr:`~singer_sdk.Stream.replication_key` to be set
to a non-null value, indicating the stream should be synced incrementally.
"""
value = self.get_starting_replication_key_value(context)
Expand Down

0 comments on commit 66c8046

Please sign in to comment.