hakril / PythonForWindows

A codebase aimed to make interaction with Windows and native execution easier
BSD 3-Clause "New" or "Revised" License
569 stars 114 forks source link

Fix port_name member in documentation #16

Closed R-Peleg closed 4 years ago

R-Peleg commented 4 years ago

AlpcClient class have member name port_name, not portname

hakril commented 4 years ago

Hi,

Thank you for the fix. I also took the time to update the docstring of RPCClient & AlpcClient. RPCClient now document alpc_client with a link to the class. AlpcClient now explicitly describe the port_name attribute. The docstrings for these were updated in 6a5364ea. I merge your PR to fix the example