mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix minor doc typo in client api
This commit is contained in:
parent
a563af29d3
commit
00fe6a225c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Salt's Loader Interface
|
|||
Modules in the Salt ecosystem are loaded into memory using a custom loader
|
||||
system. This allows modules to have conditional requirements (OS, OS version,
|
||||
installed libraries, etc) and allows Salt to inject special variables
|
||||
(``__salt__``, ``__opts``, etc).
|
||||
(``__salt__``, ``__opts__``, etc).
|
||||
|
||||
Most modules can be manually loaded. This is often useful in third-party Python
|
||||
apps or when writing tests. However some modules require and expect a full,
|
||||
|
|
Loading…
Add table
Reference in a new issue