Skip to content

Commit 6817b42

Browse files
Update nemo-python-overview-example.xml (#552)
1 parent a59527b commit 6817b42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ColumnExtension(GObject.GObject, Nemo.MenuProvider):
1818
pass
1919

2020
def menu_activate_cb(self, menu, file):
21-
print "menu_activate_cb",file
21+
print("menu_activate_cb", file)
2222

2323
def get_file_items(self, window, files):
2424
if len(files) != 1:

0 commit comments

Comments
 (0)