mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix "of pass" typo in grains.delval docs: change to "or pass"
Fixes #47264 This also fixes the syntax highlighting since rst needs double backticks rather than single backticks.
This commit is contained in:
parent
31db8ca7ad
commit
a43485b49c
1 changed files with 2 additions and 2 deletions
|
@ -453,8 +453,8 @@ def delval(key, destructive=False):
|
|||
.. versionadded:: 0.17.0
|
||||
|
||||
Delete a grain value from the grains config file. This will just set the
|
||||
grain value to `None`. To completely remove the grain run `grains.delkey`
|
||||
of pass `destructive=True` to `grains.delval`.
|
||||
grain value to ``None``. To completely remove the grain, run ``grains.delkey``
|
||||
or pass ``destructive=True`` to ``grains.delval``.
|
||||
|
||||
key
|
||||
The grain key from which to delete the value.
|
||||
|
|
Loading…
Add table
Reference in a new issue