diff sat/memory/sqla.py @ 3621:9e1a993ad1bf

core (memory/sqla): minor docstring line lenght fix
author Goffi <goffi@goffi.org>
date Mon, 02 Aug 2021 21:52:17 +0200
parents 2d97c695af05
children 257135d5c5c2
line wrap: on
line diff
--- a/sat/memory/sqla.py	Mon Aug 02 21:52:17 2021 +0200
+++ b/sat/memory/sqla.py	Mon Aug 02 21:52:17 2021 +0200
@@ -865,7 +865,8 @@
         @param created: UNIX time of creation
         @param modified: UNIX time of last modification, or None to use created date
         @param owner: jid of the owner of the file (mainly useful for component)
-        @param access: serialisable dictionary with access rules. See [memory.memory] for details
+        @param access: serialisable dictionary with access rules. See [memory.memory] for
+            details
         @param extra: serialisable dictionary of any extra data
             will be encoded to json in database
         """