From 4405ce7419a386eb043f22082f2aa36d4310b8fd Mon Sep 17 00:00:00 2001
From: Nicolas Dandrimont <nicolas@dandrimont.eu>
Date: Thu, 26 Nov 2015 15:59:40 +0100
Subject: [PATCH] identifiers: fix formatting of docstring

---
 swh/model/identifiers.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/swh/model/identifiers.py b/swh/model/identifiers.py
index 10ce8cde..c088bc1a 100644
--- a/swh/model/identifiers.py
+++ b/swh/model/identifiers.py
@@ -123,9 +123,9 @@ def directory_identifier(directory):
         - the octal representation of the permissions for the entry
           (stored in the 'perms' member), which is a representation of the
           entry type:
-            b'100644' (int 33188)for files
-            b'100755' (int 33261)for executable files
-            b'120000' (int 40960)for symbolic links
+            b'100644' (int 33188) for files
+            b'100755' (int 33261) for executable files
+            b'120000' (int 40960) for symbolic links
             b'40000' (int 16384) for directories
             b'160000' (int 57344) for references to revisions
         - an ascii space (b'\x20')
-- 
GitLab