Skip to content

Commit 0bb9e6a

Browse files
committed
cli: minor whitespace, copyright and typo
1 parent fb903c4 commit 0bb9e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bpython/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
21
# The MIT License
32
#
43
# Copyright (c) 2008 Bob Farrell
4+
# Copyright (c) bpython authors
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal
@@ -40,7 +40,7 @@
4040
import locale
4141
from types import ModuleType
4242

43-
# These are used for syntax hilighting.
43+
# These are used for syntax highlighting
4444
from pygments import format
4545
from pygments.formatters import TerminalFormatter
4646
from pygments.lexers import PythonLexer

0 commit comments

Comments
 (0)