changeset 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 f568f304c982
children d4cb99e7e838
files sat/memory/sqla.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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
         """