Skip to content

Commit f58865f

Browse files
committed
Make corrections to subheaders in docstring
1 parent a8c8c1c commit f58865f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pointblank/validate.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2003,8 +2003,8 @@ class Validate:
20032003
results. These actions can be used to notify users of validation failures, log issues, or
20042004
trigger other processes when problems are detected.
20052005
2006-
Step Actions
2007-
~~~~~~~~~~~~
2006+
*Step Actions*
2007+
20082008
The `actions=` parameter allows you to define actions that are triggered when validation steps
20092009
exceed specific threshold levels (warning, error, or critical). These actions are executed
20102010
during the interrogation process, right after each step is evaluated.
@@ -2046,8 +2046,8 @@ def log_warning():
20462046
[`get_action_metadata()`](`pointblank.get_action_metadata`) function, which provides details
20472047
about the current validation step that triggered the action.
20482048
2049-
Final Actions
2050-
~~~~~~~~~~~~~
2049+
*Final Actions*
2050+
20512051
The `final_actions=` parameter lets you define actions that execute after all validation steps
20522052
have completed. These are useful for providing summaries, sending notifications based on
20532053
overall validation status, or performing cleanup operations.

0 commit comments

Comments
 (0)