Quellcode durchsuchen

Fixed the documentation of lodel.editorial_model.translator.picklefile

Roland Haroutiounian vor 7 Jahren
Ursprung
Commit
595e7a67ad
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      lodel/editorial_model/translator/picklefile.py

+ 2
- 2
lodel/editorial_model/translator/picklefile.py Datei anzeigen

@@ -1,6 +1,6 @@
1 1
 #-*- coding: utf-8 -*-
2
-
3
-## @brief This module handles the file storage of an editorial model
2
+##@package lodel.editorial_model.translator.picklefile
3
+# This module handles the file storage of an editorial model
4 4
 
5 5
 import pickle
6 6
 from pickle import Pickler

Laden…
Abbrechen
Speichern