Skip to content

Commit 47a5a74

Browse files
committed
Clarify docs about keyword scopes. Fixes robotframework#3670.
1 parent eed154f commit 47a5a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/userguide/src/CreatingTestData/AdvancedFeatures.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ that name, Robot Framework attempts to determine which keyword has the
2424
highest priority based on its scope. The keyword's scope is determined
2525
on the basis of how the keyword in question is created:
2626

27-
1. Created as a user keyword in the same file where it is used. These
28-
keywords have the highest priority and they are always used, even
27+
1. Created as a user keyword in the currently executed `test case file`_.
28+
These keywords have the highest priority and they are always used, even
2929
if there are other keywords with the same name elsewhere.
3030

3131
2. Created in a resource file and imported either directly or

0 commit comments

Comments
 (0)