Skip to content

Commit 6025c2f

Browse files
author
anna-charlotte
committed
fix: typos
Signed-off-by: anna-charlotte <[email protected]>
1 parent bebc9d4 commit 6025c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docarray/typing/url/text_url.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class TextUrl(AnyUrl):
1111
"""
1212
URL to a text file.
13-
Cane be remote (web) URL, or a local file path.
13+
Can be remote (web) URL, or a local file path.
1414
"""
1515

1616
def _to_node_protobuf(self) -> 'NodeProto':

0 commit comments

Comments
 (0)