From 104ac0c1eb0540b007d56ffa55f09ed3fe41d77e Mon Sep 17 00:00:00 2001 From: Nigel Small Date: Wed, 5 May 2021 00:09:57 +0100 Subject: [PATCH] Fixed rst in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0e49526a..79d3571d 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ Py2neo The library supports both Bolt and HTTP and provides a high level API, an OGM, admin tools, an interactive console, a Cypher lexer for Pygments, and many other bells and whistles. As of version 2021.1, Py2neo contains full support for routing, as exposed by a Neo4j cluster. -This can be enabled using a ``neo4j://...`` URI or by passing ``routing=True`` to a :class:`.Graph` constructor. +This can be enabled using a ``neo4j://...`` URI or by passing ``routing=True`` to a ``Graph`` constructor. Quick Example