Package: python-psycopg2 Version: 2.0.7-1 Severity: minor There is a typo in psycopg2.NotSupportedError.__doc__:
[EMAIL PROTECTED]:~$ python Python 2.5.2 (r252:60911, Apr 17 2008, 13:15:05) [GCC 4.2.3 (Debian 4.2.3-3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import psycopg2 >>> print psycopg2.NotSupportedError.__doc__ A not supported datbase API was called. >>> 'datbase' should be 'database'. Thanks, James Dietrich -- [EMAIL PROTECTED] -- http://www.fastmail.fm - Choose from over 50 domains or use your own -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

