Skip to content

Commit a7fcefe

Browse files
authored
Correct URL in vectorset commands.py
1 parent a0b4bf2 commit a7fcefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands/vectorset/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def vemb(
238238
internal representation used by the vector.
239239
240240
241-
For more information, see https://redis.io/commands/vembe.d.
241+
For more information, see https://redis.io/commands/vemb.
242242
"""
243243
options = {}
244244
pieces = []

0 commit comments

Comments
 (0)