Quellcode durchsuchen

Added documentation to the lodel.editorial_model.translator package

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

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

@@ -1,4 +1,4 @@
1 1
 ## @package lodel.editorial_model.translator Editorial model translators
2 2
 #
3
-# This package contains modules that provides a save and a load function able to load and save
4
-# lodel.editorial_model.model.EditorialModel
3
+# This package is dedicated to the translation of an EditorialModel as several formats like pickle files or XML files.
4
+# Each module provides save and load functions to read/write an lodel.editorial_model.model.EditorialModel object from and to a file.

Laden…
Abbrechen
Speichern