Merge pull request #54677 from garethgreenaway/2019_2_1_port_49293

[master] Porting #49293 to master
This commit is contained in:
Daniel Wozniak 2019-11-14 14:53:35 -07:00 committed by GitHub
commit 1d84451f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -298,7 +298,7 @@ prevent loading if dependencies are not met.
Since ``__virtual__`` is called before the module is loaded, ``__salt__`` will
be unreliable as not all modules will be available at this point in time. The
``__pillar`` and ``__grains__`` :ref:`"dunder" dictionaries <dunder-dictionaries>`
``__pillar__`` and ``__grains__`` :ref:`"dunder" dictionaries <dunder-dictionaries>`
are available however.
.. note::