Skip to content

Commit 1213f3d

Browse files
committed
Updated according to pull request feedback
1 parent 31ea03d commit 1213f3d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/src/reference/gremlin-variants.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2585,7 +2585,7 @@ In situations where Python reserved words and global functions overlap with stan
25852585
bits of conflicting Gremlin get an underscore appended as a suffix:
25862586
25872587
*Steps* - <<all-step,all_()>>, <<and-step,and_()>>, <<any-step,any_()>>, <<as-step,as_()>>, <<filter-step,filter_()>>, <<from-step,from_()>>,
2588-
<<has-step,has_key_>>, <<id-step,id_()>>, <<is-step,is_()>>, <<in-step,in_()>>, <<max-step,max_()>>,
2588+
<<id-step,id_()>>, <<is-step,is_()>>, <<in-step,in_()>>, <<max-step,max_()>>,
25892589
<<min-step,min_()>>, <<not-step,not_()>>, <<or-step,or_()>>, <<range-step,range_()>>, <<sum-step,sum_()>>,
25902590
<<with-step,with_()>>
25912591

gremlin-python/src/main/python/gremlin_python/process/graph_traversal.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2502,8 +2502,6 @@ def where(*args):
25022502

25032503
statics.add_static('hasKey', hasKey)
25042504

2505-
statics.add_static('has_key_', has_key_)
2506-
25072505
statics.add_static('has_key', has_key)
25082506

25092507
statics.add_static('hasLabel', hasLabel)

0 commit comments

Comments
 (0)