PY-18922 Typo in the example of a postfix template

This commit is contained in:
liana.bakradze
2016-03-25 12:16:38 +03:00
parent b0d1091cca
commit 046852201a
2 changed files with 4 additions and 6 deletions
@@ -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