summaryrefslogtreecommitdiff
path: root/python/testData/intentions/beforeDocStubKeywordOnly.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/intentions/beforeDocStubKeywordOnly.py')
-rw-r--r--python/testData/intentions/beforeDocStubKeywordOnly.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/testData/intentions/beforeDocStubKeywordOnly.py b/python/testData/intentions/beforeDocStubKeywordOnly.py
index b87a414f3a74..d0534c4dc01c 100644
--- a/python/testData/intentions/beforeDocStubKeywordOnly.py
+++ b/python/testData/intentions/beforeDocStubKeywordOnly.py
@@ -1,2 +1,2 @@
-def f(my, <caret>*, param, **args):
+def f<caret>oo(my, *, param, **args):
pass \ No newline at end of file