giampaolo / psutil

Cross-platform lib for process and system monitoring in Python
BSD 3-Clause "New" or "Revised" License
10.08k stars 1.37k forks source link

Update README.rst #2330

Closed shawn-bluce closed 7 months ago

shawn-bluce commented 7 months ago

fix psutil.cpu_times() output

Summary

Description

README.rst have a bug. On code's output psutil.cpu_times(), this output have two nice, but the last nice should be guest_nice.

giampaolo commented 7 months ago

Good catch, thanks.