Skip to content

Commit 94efdd8

Browse files
committed
Update vfs.py
1 parent ae7ce5c commit 94efdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def write():
7979
# Create VFS file handle
8080
f = vfs.open("tiledb_vfs.bin", "wb")
8181

82-
# # Write binary data
82+
# Write binary data
8383
vfs.write(f, struct.pack("f", 153.0))
8484
vfs.write(f, "abcd".encode("utf-8"))
8585
vfs.close(f)

0 commit comments

Comments
 (0)