mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-18922 Typo in the example of a postfix template
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
def f(a) {
|
||||
return not a
|
||||
}
|
||||
def f(a):
|
||||
return not a
|
||||
@@ -1,3 +1,2 @@
|
||||
def f(a) {
|
||||
return <spot>a</spot>$key
|
||||
}
|
||||
def f(a):
|
||||
return <spot>a</spot>$key
|
||||
Reference in New Issue
Block a user