]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/ceph-volume/ceph_volume/decorators.py
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / ceph-volume / ceph_volume / decorators.py
index d0be938172f99d912a6f71870bd1f46ae5e211e8..f6777281795b26a8622f21d9c54054150363d48e 100644 (file)
@@ -41,7 +41,7 @@ def catches(catch=None, handler=None, exit=True):
             some_call()
             print "Success!"
 
-    If multiple exceptions need to be catched they need to be provided as a
+    If multiple exceptions need to be caught they need to be provided as a
     tuple::
 
         @catches((TypeError, AttributeError))