mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 04:55:10 +01:00
fix a comment typo in ui/__init__.py
This commit is contained in:
parent
2836877c35
commit
c7a4d261e2
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ def input_(prompt=None):
|
|||
input cursor.
|
||||
"""
|
||||
# raw_input incorrectly sends prompts to stderr, not stdout, so we
|
||||
# use print() explicitly to display prompts.
|
||||
# use print_() explicitly to display prompts.
|
||||
# http://bugs.python.org/issue1927
|
||||
if prompt:
|
||||
print_(prompt, end=' ')
|
||||
|
|
|
|||
Loading…
Reference in a new issue