Browse Source

Fixed the documentation of lodel.editorial_model.translator.picklefile

Roland Haroutiounian 7 years ago
parent
commit
595e7a67ad
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      lodel/editorial_model/translator/picklefile.py

+ 2
- 2
lodel/editorial_model/translator/picklefile.py View File

@@ -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

Loading…
Cancel
Save