From 634e440b582e9b4dcf7d7626964c9f0767dd7f70 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 22 Sep 2002 18:47:24 +0000 Subject: [PATCH] Fix busted markup. --- doc/src/sgml/plpython.sgml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index e22d292ccb9..99b086dc2c0 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -1,4 +1,4 @@ - + PL/Python - Python Procedural Language @@ -221,12 +221,14 @@ plan = plpy.prepare("SOME OTHER QUERY") execution environment, further restricts it to prevent the use of the file open call, and allows only modules from a specific list to be imported. Presently, that list includes: - array, <>bisect, <>binascii, <>calendar, - <>cmath, <>codecs, <>errno, <>marshal, <>math, - <>md5, <>mpz, <>operator, <>pcre, <>pickle, - <>random, <>re, <>regex, <>sre, <>sha, <>string, - <>StringIO, <>struct, <>time, <>whrandom, and - <>zlib. + array, bisect, binascii, + calendar, cmath, codecs, + errno, marshal, math, md5, + mpz, operator, pcre, + pickle, random, re, regex, + sre, sha, string, StringIO, + struct, time, whrandom, and + zlib.