瀏覽代碼

fixed typo

daftshady 11 年之前
父節點
當前提交
960ad26702
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      celery/five.py

+ 1 - 1
celery/five.py

@@ -117,7 +117,7 @@ else:
 def with_metaclass(Type, skip_attrs=set(['__dict__', '__weakref__'])):
     """Class decorator to set metaclass.
 
-    Works with both Python 3 and Python 3 and it does not add
+    Works with both Python 2 and Python 3 and it does not add
     an extra class in the lookup order like ``six.with_metaclass`` does
     (that is -- it copies the original class instead of using inheritance).