diff --git a/modules/io/pymod/__init__.py b/modules/io/pymod/__init__.py
index 5f011e9975521469e8722d63d964527a55468689..b67bb9241e36f86ce471b8aaf508abe216bd879a 100644
--- a/modules/io/pymod/__init__.py
+++ b/modules/io/pymod/__init__.py
@@ -160,6 +160,8 @@ def LoadPDB(filename, restrict_chains="", no_hetatms=None,
 
   :param seqres: Whether to read SEQRES records. If set to True, the loaded 
                  entity and seqres entry will be returned as a tuple.
+                 If file doesnt contain SEQRES records, the returned
+                 :class:`ost.seq.SequenceList` will be invalid.
   :type seqres: :class:`bool`
 
   :param bond_feasibility_check: Flag for :attr:`IOProfile.processor`. If