Merge pull request #47371 from rallytime/fix-47264

Fix "of pass" typo in grains.delval docs: change to "or pass"
This commit is contained in:
Nicole Thomas 2018-04-30 14:18:45 -04:00 committed by GitHub
commit 5b51075384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.