From 341e665cbe40cfe55bcd530b5d8d74f5591d3b9b Mon Sep 17 00:00:00 2001 From: davebshow <davebshow@gmail.com> Date: Wed, 18 Nov 2015 12:05:28 -0500 Subject: [PATCH] camel case for tinkerpop --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index fa783e9..a7baafb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,7 +7,7 @@ aiogremlin ========== -:py:mod:`aiogremlin` is an asynchronous client for the `Tinkerpop 3 Gremlin Server`_ +:py:mod:`aiogremlin` is an asynchronous client for the `TinkerPop 3 Gremlin Server`_ based on the `asyncio`_ and `aiohttp`_ libraries. Releases -- GitLab