# HG changeset patch
# User Goffi <goffi@goffi.org>
# Date 1627933937 -7200
# Node ID 9e1a993ad1bff2e3d60b74e9e5cab8c31b0c79a2
# Parent  f568f304c9827640e005679aa7740acc088c14f5
core (memory/sqla): minor docstring line lenght fix

diff -r f568f304c982 -r 9e1a993ad1bf sat/memory/sqla.py
--- 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
         """