Skip to content

Commit

Permalink
docs: Property conformance doc typo fix (#1446)
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar R. M <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 22, 2023
1 parent 3f4c0b4 commit d034b3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion singer_sdk/streams/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ class Stream(metaclass=abc.ABCMeta):
- ``TypeConformanceLevel.NONE``: No conformance is performed.
- ``TypeConformanceLevel.RECURSIVE``: Conformance is performed recursively through
all nested levels in the record.
- ``TypeConformanceLevel.ROOT``: Conformance is performed only on the root level.
- ``TypeConformanceLevel.ROOT_ONLY``: Conformance is performed only on the
root level.
"""

# Used for nested stream relationships
Expand Down

0 comments on commit d034b3e

Please sign in to comment.