Skip to content

Commit 5fc76af

Browse files
Snooz82asimell
andauthored
Update website/docs/chapter-02/04_keyword_imports.md
Co-authored-by: Aleksi Simell <[email protected]>
1 parent 0936c63 commit 5fc76af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/chapter-02/04_keyword_imports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ When choosing the location of resource files or libraries, it should be taken in
132132
Relative paths are portable as long as they are related to the data file that is importing using them, as long as that relative path is part of the project structure.
133133

134134
However the most stable and recommended way is to use the **Python Path/module search path** to import them.
135-
That path needs to be defined when executing Robot Framework but can lead to more uniform and stable imports, because each suite or resource file can be use the same path to import the same resource file or library, independent of the location of the importing suite or resource file.
135+
That path needs to be defined when executing Robot Framework but can lead to more uniform and stable imports, because each suite or resource file can use the same path to import the same resource file or library, independent of the location of the importing suite or resource file.
136136

137137

138138

0 commit comments

Comments
 (0)