mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Grammar fix
This commit is contained in:
parent
879768dd97
commit
4917c34b26
1 changed files with 2 additions and 2 deletions
|
|
@ -178,12 +178,12 @@ most commands.
|
|||
\item[d(own)]
|
||||
|
||||
Move the current frame one level down in the stack trace
|
||||
(to an newer frame).
|
||||
(to a newer frame).
|
||||
|
||||
\item[u(p)]
|
||||
|
||||
Move the current frame one level up in the stack trace
|
||||
(to a older frame).
|
||||
(to an older frame).
|
||||
|
||||
\item[b(reak) \optional{\optional{\var{filename}:}\var{lineno}\code{\Large{|}}\var{function}\optional{, \var{condition}}}]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue