diff --git a/jupyter_client/localinterfaces.py b/jupyter_client/localinterfaces.py index 9d4331e4..9f0a8608 100644 --- a/jupyter_client/localinterfaces.py +++ b/jupyter_client/localinterfaces.py @@ -160,7 +160,7 @@ def _load_ips_ipconfig() -> None: def _load_ips_psutil() -> None: - """load ip addresses with netifaces""" + """load ip addresses with psutil""" import psutil addr_dict: dict[str, list[str]] = {}