linuxmint / nemo-extensions

A set of extensions for Nemo
410 stars 150 forks source link

code example syntax error in "nemo-python Reference Manual" #522

Open DirkHaar opened 3 months ago

DirkHaar commented 3 months ago

There's an error in the example under "Overview/A Simple Extension", line 8: print "menu_activate_cb",file must read print("menu_activate_cb"),file to work.

The xml file to change here is

nemo-python/docs/reference/nemo-python-overview-example.xml

at line 21.