Fix busted markup.
authorTom Lane
Sun, 22 Sep 2002 18:47:24 +0000 (18:47 +0000)
committerTom Lane
Sun, 22 Sep 2002 18:47:24 +0000 (18:47 +0000)
doc/src/sgml/plpython.sgml

index e22d292ccb91c95f6ec32cd3d546d50bbdf7ec59..99b086dc2c02c5e47bf58e62d8702fcba4e1b5ed 100644 (file)
@@ -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.