Skip to content

Commit b1b9614

Browse files
pablogsallkollar
andauthored
Update Lib/profiling/sampling/live_collector.py
Co-authored-by: László Kiss Kollár <kiss.kollar.laszlo@gmail.com>
1 parent d45f012 commit b1b9614

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/profiling/sampling/live_collector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -999,8 +999,8 @@ def render(self, line, width, **kwargs):
999999
("", A_NORMAL),
10001000
("Navigation & Display:", A_BOLD),
10011001
(" s - Cycle through sort modes", A_NORMAL),
1002-
(" + - Faster refresh rate", A_NORMAL),
1003-
(" - - Slower refresh rate", A_NORMAL),
1002+
(" + - Faster display refresh rate", A_NORMAL),
1003+
(" - - Slower display refresh rate", A_NORMAL),
10041004
("", A_NORMAL),
10051005
("Control:", A_BOLD),
10061006
(" p - Freeze display (snapshot)", A_NORMAL),

0 commit comments

Comments
 (0)