We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf86292 commit 8e6195fCopy full SHA for 8e6195f
bpdb/debugger.py
@@ -31,7 +31,7 @@ def __init__(self):
31
pdb.Pdb.__init__(self)
32
self.rcLines = []
33
self.prompt = '(BPdb) '
34
- self.intro = 'Use "B" to enter BPython, Ctrl-d to exit it.'
+ self.intro = 'Use "B" to enter bpython, Ctrl-d to exit it.'
35
36
def postloop(self):
37
# We only want to show the intro message once.
0 commit comments