Skip to content

Commit 6ea834d

Browse files
authored
Update _load_ips_psutil() docstring (#1050)
Followup to #1033, apparently docstring got copy-pasted from _load_ips_netifaces
1 parent 28a963e commit 6ea834d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_client/localinterfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def _load_ips_ipconfig() -> None:
160160

161161

162162
def _load_ips_psutil() -> None:
163-
"""load ip addresses with netifaces"""
163+
"""load ip addresses with psutil"""
164164
import psutil
165165

166166
addr_dict: dict[str, list[str]] = {}

0 commit comments

Comments
 (0)