Skip to content

Commit fa95eb3

Browse files
committed
Docs: Resolve "Unknown target name" error
1 parent dc874b3 commit fa95eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands/graph/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def slowlog(self):
155155
def config(self, name, value=None, set=False):
156156
"""
157157
Retrieve or update a RedisGraph configuration.
158-
For more information see `https://redis.io/commands/graph.config-get/>`_. # noqa
158+
For more information see `<https://redis.io/commands/graph.config-get/>`__.
159159
160160
Args:
161161

0 commit comments

Comments
 (0)