From cf86d944bca13dadccfcbbb6d232dade2e654d67 Mon Sep 17 00:00:00 2001 From: karolamik13 Date: Wed, 11 Sep 2024 22:36:20 +0200 Subject: [PATCH] typo found by James --- prody/proteins/interactions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prody/proteins/interactions.py b/prody/proteins/interactions.py index c0a07bfc2..e996427da 100644 --- a/prody/proteins/interactions.py +++ b/prody/proteins/interactions.py @@ -3965,7 +3965,7 @@ def getInteractions(self, **kwargs): trajectory = self._traj numFrames = trajectory._n_csets except: - # If we analyze previously saved PKL file we doesn't have dcd information + # If we analyze previously saved PKL file it doesn't have dcd information # We have seven type of interactions. It will give number of frames. numFrames = int(len(sele_inter)/7)