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 0fec858 commit 2680750Copy full SHA for 2680750
docs/dev/plugins.rst
@@ -78,7 +78,7 @@ Here's an example plugin that adds a simple command::
78
79
my_super_command = Subcommand('super', help='do something super')
80
def say_hi(lib, opts, args):
81
- print "Hello everybody! I'm a plugin!"
+ print("Hello everybody! I'm a plugin!")
82
my_super_command.func = say_hi
83
84
class SuperPlug(BeetsPlugin):
0 commit comments