diff --git a/atomicfeaturespackage/metainfo/metainfo.py b/atomicfeaturespackage/metainfo/metainfo.py
index 9d14b32988e2118bfd41d4724042812ecb1bf249..47569e94fdd4af11b83499802bda43ee9eb36dc0 100644
--- a/atomicfeaturespackage/metainfo/metainfo.py
+++ b/atomicfeaturespackage/metainfo/metainfo.py
@@ -10,7 +10,7 @@ import typing
 
 This module helps in defining the type of schema of data available from different material data sources like :- magpie,pymat etc. 
 It uses the nomad python package for defining the schema. For additional info about this one can refer :-https://nomad-lab.eu/prod/rae/docs/metainfo.html
-If any other source needs to be added in future, another class with appropriate name with all features should be defined as it is done here eg. for pymatgen.""".
+If any other source needs to be added in future, another class with appropriate name with all features should be defined as it is done here eg. for pymatgen."""