We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb903c4 commit 0bb9e6aCopy full SHA for 0bb9e6a
bpython/cli.py
@@ -1,7 +1,7 @@
1
-
2
# The MIT License
3
#
4
# Copyright (c) 2008 Bob Farrell
+# Copyright (c) bpython authors
5
6
# Permission is hereby granted, free of charge, to any person obtaining a copy
7
# of this software and associated documentation files (the "Software"), to deal
@@ -40,7 +40,7 @@
40
import locale
41
from types import ModuleType
42
43
-# These are used for syntax hilighting.
+# These are used for syntax highlighting
44
from pygments import format
45
from pygments.formatters import TerminalFormatter
46
from pygments.lexers import PythonLexer
0 commit comments