Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/chapter-01/02_architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Recall the technology Robot Framework is built on and the prerequisites for runn

Robot Framework is built on **Python** but is adaptable to other languages and technologies through external libraries.
To run Robot Framework, an [officially supported version](https://devguide.python.org/versions/) of the **Python interpreter** is required on the machine executing the tests|tasks.
Typically, Robot Framework and its libraries are installed via the "package installer for Python" (`pip`) from [PyPi.org](https://pypi.org/project/robotframework/), allowing for straightforward installation and setup.
Typically, Robot Framework and its libraries are installed via the "package installer for Python" (`pip`) from [PyPI](https://pypi.org/project/robotframework/), allowing for straightforward installation and setup.
Robot Framework itself does not have any external dependencies, but additional third party tools or keyword libraries may require additional installations.


Expand Down
2 changes: 1 addition & 1 deletion website/docs/chapter-03/05_advanced_importing.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Understand how transitive imports of resource files and libraries work.
Let's assume the following libraries and resource files shall be used:
- **Library** `A`
- **Library** `B`
- **Library** `Operating System`
- **Library** `OperatingSystem`
- **Resource** `tech_keywordsA.resource`
- **Resource** `tech_keywordsB.resource`
- **Resource** `variables.resource`
Expand Down
Loading