Skip to content

Commit 947913a

Browse files
committed
Cosmetic Fix
1 parent 4eb5780 commit 947913a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/resources/org/netbeans/modules/python

src/main/resources/org/netbeans/modules/python/Python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ def print_hi(name):
1414

1515

1616
if __name__ == "__main__":
17-
print_hi("PyCharm")
17+
print_hi("Netbeans")

0 commit comments

Comments
 (0)