This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch afd
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/afd by this push:
     new 1ea01331cc Fix mis-pasted Gremlin-Groovy and Gremlin.Net llms-summary 
text
1ea01331cc is described below

commit 1ea01331cc1b9173cb6839639c4d7c7e94bf069d
Author: Stephen Mallette <[email protected]>
AuthorDate: Mon Jul 27 15:43:49 2026 -0400

    Fix mis-pasted Gremlin-Groovy and Gremlin.Net llms-summary text
    
    Both summaries had the Python variant's text (gremlinpython / Pythonic)
    pasted in. Replace with accurate descriptions of each section.
    
    Assisted-by: Claude Code:claude-opus-4-8
---
 docs/src/reference/gremlin-variants.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/src/reference/gremlin-variants.asciidoc 
b/docs/src/reference/gremlin-variants.asciidoc
index 5d64ea0492..d15c9291b0 100644
--- a/docs/src/reference/gremlin-variants.asciidoc
+++ b/docs/src/reference/gremlin-variants.asciidoc
@@ -603,7 +603,7 @@ go run basic_gremlin.go
 go run modern_traversals.go
 ----
 
-[llms-summary="Using Gremlin from Groovy: installing gremlinpython, building 
traversals, Pythonic syntax differences, and connecting to a remote Gremlin 
Server."]
+[llms-summary="Using Gremlin from Groovy: the JVM-based Gremlin-Groovy variant 
backed by Gremlin-Java, its role as the language of the Gremlin Console and 
Server, and its syntax differences."]
 [[gremlin-groovy]]
 == Gremlin-Groovy
 
@@ -2025,7 +2025,7 @@ node basic-gremlin.js
 node modern-traversals.js
 ----
 
-[llms-summary="Using Gremlin from .NET: installing gremlinpython, building 
traversals, Pythonic syntax differences, and connecting to a remote Gremlin 
Server."]
+[llms-summary="Using Gremlin from .NET: installing the Gremlin.Net package, 
its C# API with PascalCase step names, and connecting to a remote Gremlin 
Server."]
 anchor:gremlin-DotNet[]
 [[gremlin-dotnet]]
 == Gremlin.Net

Reply via email to