From fc9889280221e2678c5d405e45bec14a6eef5acb Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 28 Mar 2006 03:07:50 +0000 Subject: [PATCH] fixed default example --- doc/build/content/metadata.myt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/build/content/metadata.myt b/doc/build/content/metadata.myt index 16bb06676d..fe207c0783 100644 --- a/doc/build/content/metadata.myt +++ b/doc/build/content/metadata.myt @@ -139,6 +139,7 @@ DROP TABLE employees # a function to create primary key ids i = 0 def mydefault(): + global i i += 1 return i -- 2.47.2