diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/howto/descriptor.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/howto/descriptor.rst b/Doc/howto/descriptor.rst index 024c1eb..90d67d8 100644 --- a/Doc/howto/descriptor.rst +++ b/Doc/howto/descriptor.rst @@ -943,6 +943,10 @@ it can be updated: >>> Movie('Star Wars').director 'J.J. Abrams' +.. testcleanup:: + + conn.close() + Pure Python Equivalents ^^^^^^^^^^^^^^^^^^^^^^^ |