Update docstring for an outdated URL

(cherry picked from commit a8591dd658)
This commit is contained in:
Matthieu Boileau 2023-04-11 16:47:20 +02:00 committed by Megan Wilhite
parent 7d765c5fcc
commit 507fbf9de7

View file

@ -218,7 +218,7 @@ def proc_info(pid, attrs=None):
attrs
Optional list of desired process attributes. The list of possible
attributes can be found here:
http://pythonhosted.org/psutil/#psutil.Process
https://psutil.readthedocs.io/en/latest/#processes
"""
try:
proc = psutil.Process(pid)