Issue 5740: multiprocessing.connection.Client API documentation incorrect (original) (raw)

In the API for connections.Client, it says:

multiprocessing.connection.Client(address[, family[, authenticate[, authkey]]])

In the final paragraph is says:

`If authentication is True or authkey '

As per the API provided it should be:

`If authenticate is True or authkey '

This is true for the 2.6.1 and 3.1 documentation, so I assume it's incorrect for the 2.7 and 3.0 documentation as well.