Ask Solem 15 jaren geleden
bovenliggende
commit
188dbabf59
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      celery/utils/functional.py

+ 1 - 1
celery/utils/functional.py

@@ -1,4 +1,4 @@
-"""Functional utilities for Python 2.4 compatability."""
+"""Functional utilities for Python 2.4 compatibility."""
 
 
 def _compat_curry(fun, *args, **kwargs):