Fixed spacing in assignment

This commit is contained in:
Adam Mooers 2023-08-08 17:06:36 -04:00
parent e6d88df57a
commit 1243542729
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class Descr:
self.name = name
self.blen = blen
self.doc = textwrap.dedent(descr)
self.num =num
self.num = num
self.rwperm = rwperm
@classmethod