add a padline parameter to the documentation

This commit is contained in:
Andreas Zweili 2017-12-27 16:37:52 +01:00
parent ac069aa51f
commit 3ea76be053
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class Device(models.Model):
The "GeneralDevice" model is used to describe devices which are very
simple or I don't have much control over.
#+BEGIN_SRC python :tangle ../inventory/models.py
#+BEGIN_SRC python :tangle ../inventory/models.py :padline 2
class GeneralDevice(Device):
def __str__(self):