Skip to content

Commit

Permalink
Update _load_ips_psutil() docstring
Browse files Browse the repository at this point in the history
Followup to #1033, apparently docstring got copy-pasted from _load_ips_netifaces
  • Loading branch information
cben authored Jan 7, 2025
1 parent 28a963e commit e74fe20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_client/localinterfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]] = {}
Expand Down

0 comments on commit e74fe20

Please sign in to comment.