diff options
Diffstat (limited to 'Doc/texinputs')
-rw-r--r-- | Doc/texinputs/python.sty | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 9fa56cd..0244466 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -881,6 +881,9 @@ \end{center} } +\newcommand{\note}[1]{\strong{Note:} #1} +\newcommand{\warning}[1]{\strong{Warning:} #1} + % Deprecation stuff. % Should be extended to allow an index / list of deprecated stuff. But % there's a lot of stuff that needs to be done to make that automatable. |