There was an error while loading. Please reload this page.
1 parent 09570ad commit 0fe16fcCopy full SHA for 0fe16fc
README.rst
@@ -63,7 +63,7 @@ In a python script (see examples/examples.py):
63
----------
64
The script
65
66
-There is a mandatory blank line between instructions, but no semi colon is needed.
+There is a mandatory semicolon between instructions.
67
68
SQL instructions
69
================
@@ -130,13 +130,13 @@ To use a custom python aggregate function in the script:
130
$aggregate Class():
131
def __init__(self):
132
...
133
+
134
def step(self, v):
135
136
137
def finalize(self):
138
return ret
139
-Beware: do not put any blank line between methods.
-
140
``dump``
141
--------
142
Make a dump of the base:
0 commit comments