Skip to content

Commit

Permalink
fix rule doc import path
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Dec 9, 2024
1 parent ccad610 commit 36ec467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logprep/processor/timestamp_differ/rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{"ingest": "2022-12-06 10:00:00", "processed": "2022-12-06 10:00:05", "processing_time": "5.0"}
.. autoclass:: logprep.processor.timestamper.rule.TimestamperRule.Config
.. autoclass:: logprep.processor.timestamp_differ.rule.TimestampDifferRule.Config
:members:
:undoc-members:
:inherited-members:
Expand Down Expand Up @@ -69,7 +69,7 @@ class Config(FieldManagerRule.Config):
and the timestamp format can be specified in the form of:
:code:`${dotted.field.path:timestamp-format}`. If no timestamp format is given, e.g.
:code:`${dotted.field.path}`, the string will be assumed as an iso8601 compliant string and
parsed. For more information on the format syntax see
parsed. For more information on the format syntax see
`datetime strftime/strptime <https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes>`_."""
source_fields: list = field(factory=list)
source_field_formats: list = field(factory=list)
Expand Down

0 comments on commit 36ec467

Please sign in to comment.