Skip to content

Commit 0936c63

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

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
@@ -123,7 +123,7 @@ If a relative path is given, the path is resolved relative to the data file that
123123
If an **absolute path** is given, the resource file or library is searched for at the given path.
124124

125125
If a **relative path** is given, the resource file or library is searched for relative to the data file that is importing it and then relative to the Python *module search path*.
126-
This *module search path* is define by the Python interpreter that executes Robot Framework and can be influenced by the environment variables `PYTHONPATH` or using the CLI-Argument `--pythonpath` when executing `robot`.
126+
This *module search path* is defined by the Python interpreter that executes Robot Framework and can be influenced by the environment variable `PYTHONPATH` or by using the CLI-Argument `--pythonpath` when executing `robot`.
127127

128128
As **path separator** it is strongly recommended to always use forward slashes `/`, and even on Windows NOT use back-slashes `\`.
129129
This is due to the fact that back-slashes are used as escape characters in Robot Framework and can lead to issues when used in paths and forwards slashes are supported on all operating systems.

0 commit comments

Comments
 (0)