explain the inconsistent naming

This commit is contained in:
Jean-Paul Calderone 2020-12-14 17:33:58 -05:00
parent b6ea3f47c8
commit 18c18a0e1d

@ -3153,6 +3153,9 @@ class IAddressFamily(Interface):
def get_listener():
"""
Return a string endpoint description or an ``IStreamServerEndpoint``.
This would be named ``get_server_endpoint`` if not for historical
reasons.
"""
def get_client_endpoint():