doc: improve english writing

This commit is contained in:
Carnë Draug 2020-03-28 12:41:21 +00:00
parent 089470d3e0
commit 306606a2fa
1 changed files with 3 additions and 3 deletions

View File

@ -1395,9 +1395,9 @@ copy of the windows error code.
The *winmode* parameter is used on Windows to specify how the library is loaded
(since *mode* is ignored). It takes any value that is valid for the Win32 API
``LoadLibraryEx`` flags parameter. When it is ``None``, the default is to use
the flags that result in the most secure DLL load to avoiding issues such as DLL
hijacking. Passing the full path to the DLL is the safest way to ensure the
correct library and dependencies are loaded.
the flags that result in the most secure DLL load in order to avoid issues such
as DLL hijacking. Passing the full path to the DLL is the safest way to ensure
the correct library and dependencies are loaded.
.. versionchanged:: 3.8
Added *winmode* parameter.