Skip to content

Commit

Permalink
Merge pull request #1048 from kosprov/kwargs-doc-fix
Browse files Browse the repository at this point in the history
Formatting fix
  • Loading branch information
nolar authored Aug 24, 2023
2 parents 08205e4 + 884feef commit 538df59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kwargs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Admission handlers, both validating and mutating, must skip any side effects
if ``dryrun`` is ``True``. It is ``True`` when a dry-run API request is made,
e.g. with ``kubectl --dry-run=server ...``.

Regardless of ``dryrun`, the handlers must not make any side effects
Regardless of ``dryrun``, the handlers must not make any side effects
unless they declare themselves as ``side_effects=True``.

See more: :doc:`admission`.
Expand Down

0 comments on commit 538df59

Please sign in to comment.