You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2021/04/28 17:40:23 UTC

svn commit: r1889274 - /tinkerpop/site/docs/3.5.0-SNAPSHOT/upgrade/index.html

Author: spmallette
Date: Wed Apr 28 17:40:23 2021
New Revision: 1889274

URL: http://svn.apache.org/viewvc?rev=1889274&view=rev
Log:
Minor fix to section title in TinkerPop Upgrade docs

Modified:
    tinkerpop/site/docs/3.5.0-SNAPSHOT/upgrade/index.html

Modified: tinkerpop/site/docs/3.5.0-SNAPSHOT/upgrade/index.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/docs/3.5.0-SNAPSHOT/upgrade/index.html?rev=1889274&r1=1889273&r2=1889274&view=diff
==============================================================================
--- tinkerpop/site/docs/3.5.0-SNAPSHOT/upgrade/index.html (original)
+++ tinkerpop/site/docs/3.5.0-SNAPSHOT/upgrade/index.html Wed Apr 28 17:40:23 2021
@@ -824,7 +824,7 @@ table.CodeRay td.code>pre{padding:0}
 <li><a href="#_match_consistency">match() Consistency</a></li>
 <li><a href="#_gremlin_server">Gremlin Server</a></li>
 <li><a href="#_retry_conditions">Retry Conditions</a></li>
-<li><a href="#_python_transportation_layer_rewrite">Python Transportation Layer Rewrite</a></li>
+<li><a href="#_python_transport_layer">Python Transport Layer</a></li>
 <li><a href="#_python_kerberos_support">Python Kerberos Support</a></li>
 <li><a href="#_deprecation_removal">Deprecation Removal</a></li>
 </ul>
@@ -2455,7 +2455,7 @@ is up to the application to determine if
 </div>
 </div>
 <div class="sect3">
-<h4 id="_python_transportation_layer_rewrite">Python Transportation Layer Rewrite</h4>
+<h4 id="_python_transport_layer">Python Transport Layer</h4>
 <div class="paragraph">
 <p>With the removal of Python 2.x support the transport layer of gremlin-python has been rewritten to use a library that
 utilizes the asyncio event loop of Python 3. <a href="https://github.com/aio-libs/aiohttp">AIOHTTP</a> utilizes Python 3&#8217;s