Skip to content

Commit

Permalink
Fixing README example for RecordFormatter
Browse files Browse the repository at this point in the history
Co-authored-by: lambiase <nicola.lambiase@rohde-schwarz.com>
  • Loading branch information
casabre and lambiase committed May 13, 2024
1 parent 928de67 commit ab38cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/stage_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ which loads the following `RecordFormatter`
import logging
from pytest_fluent import get_session_uid, get_test_uid

def class RecordFormatter(logging.Formatter):
class RecordFormatter(logging.Formatter):

def format(self, record) -> typing.Any:
"""Format the specified record as text."""
Expand Down

0 comments on commit ab38cec

Please sign in to comment.