This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 19001ef7631242a8e7b6eebb50a71f97bd745ea7 Author: Stephen Mallette <[email protected]> AuthorDate: Thu Jan 20 09:45:42 2022 -0500 Minor fix in upgrade docs CTR --- docs/src/upgrade/release-3.5.x.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/upgrade/release-3.5.x.asciidoc b/docs/src/upgrade/release-3.5.x.asciidoc index 5a8c60e..9a53e06 100644 --- a/docs/src/upgrade/release-3.5.x.asciidoc +++ b/docs/src/upgrade/release-3.5.x.asciidoc @@ -30,7 +30,7 @@ complete list of all the modifications that are part of this release. === Upgrading for Users -==== Tx() in .NET and tx() in Python +==== Tx() in .NET and Python After Javascript, .NET and Python are now the second and third non-JVM variants of Gremlin to get support for link:https://tinkerpop.apache.org/docs/3.5.2/reference/#transactions[remote transactions].
