Joe Shochet 24 лет назад
Родитель
Сommit
15c40e0f30
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      direct/src/distributed/CRCache.py

+ 1 - 1
direct/src/distributed/CRCache.py

@@ -19,7 +19,7 @@ class CRCache:
         CRCache.notify.debug("Flushing the cache")
         for distObj in self.dict.values():
             distObj.delete()
-        # Null out all references to the objects so they will get gc'd
+        # Null out all references to the objects so they will get gcd
         self.dict = {}
         self.fifo = []