doc: improve english writing
This commit is contained in:
parent
089470d3e0
commit
306606a2fa
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue