File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -832,14 +832,14 @@ def addressable_data(self, index):
832
832
833
833
@property
834
834
def block_until_ready (self ):
835
- # Raise AttribureError for backward compatibility with hasattr() and getattr() checks.
835
+ # Raise AttributeError for backward compatibility with hasattr() and getattr() checks.
836
836
raise AttributeError (self ,
837
837
f"The 'block_until_ready' method is not available on { self ._error_repr ()} ."
838
838
f"{ self ._origin_msg ()} " )
839
839
840
840
@property
841
841
def copy_to_host_async (self ):
842
- # Raise AttribureError for backward compatibility with hasattr() and getattr() checks.
842
+ # Raise AttributeError for backward compatibility with hasattr() and getattr() checks.
843
843
raise AttributeError (self ,
844
844
f"The 'copy_to_host_async' method is not available on { self ._error_repr ()} ."
845
845
f"{ self ._origin_msg ()} " )
You can’t perform that action at this time.
0 commit comments