Skip to content

Commit

Permalink
Remove extra argument in documentation for the `pe.imports(import_fla…
Browse files Browse the repository at this point in the history
…g, dll_name)` function
  • Loading branch information
plusvic committed Nov 16, 2023
1 parent b26b000 commit 3772b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/pe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ Reference

*Example: pe.imports(pe.IMPORT_DELAYED | pe.IMPORT_STANDARD, "kernel32.dll", "WriteProcessMemory")*

.. c:function:: imports(import_flag, import_flag, dll_name)
.. c:function:: imports(import_flag, dll_name)
.. versionadded:: 4.2.0

Expand Down

0 comments on commit 3772b87

Please sign in to comment.