Skip to content

Commit 96a0cdf

Browse files
committed
PythonTracebackLexer: minor tweak in docstring
1 parent 569eea6 commit 96a0cdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygments/lexers/python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ class PythonConsoleLexer(Lexer):
643643
.. sourcecode:: pycon
644644
645645
>>> a = 'foo'
646-
>>> print a
646+
>>> print(a)
647647
foo
648648
>>> 1 / 0
649649
Traceback (most recent call last):

0 commit comments

Comments
 (0)