mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix spelling error
This commit is contained in:
parent
830a624ce8
commit
65c575ae9c
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ Mocking Filehandles
|
|||
|
||||
Opening files in Salt is done using ``salt.utils.files.fopen()``. When testing
|
||||
code that reads from files, the ``mock_open`` helper can be used to mock
|
||||
filehandles. Note that is not the samw ``mock_open`` as
|
||||
filehandles. Note that is not the same ``mock_open`` as
|
||||
:py:func:`unittest.mock.mock_open` from the Python standard library, but rather
|
||||
a separate implementation which has additional functionality.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue