Skip to content

Commit 0fe16fc

Browse files
committed
Fix README
1 parent 09570ad commit 0fe16fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ In a python script (see examples/examples.py):
6363
----------
6464
The script
6565
----------
66-
There is a mandatory blank line between instructions, but no semi colon is needed.
66+
There is a mandatory semicolon between instructions.
6767

6868
SQL instructions
6969
================
@@ -130,13 +130,13 @@ To use a custom python aggregate function in the script:
130130
$aggregate Class():
131131
def __init__(self):
132132
...
133+
133134
def step(self, v):
134135
...
136+
135137
def finalize(self):
136138
return ret
137139
138-
Beware: do not put any blank line between methods.
139-
140140
``dump``
141141
--------
142142
Make a dump of the base:

0 commit comments

Comments
 (0)