interactions.py
interactions.py copied to clipboard
fix: correct link for wait_for_component
Pull Request Type
- [ ] Feature addition
- [x] Bugfix
- [x] Documentation update
- [ ] Code refactor
- [ ] Tests improvement
- [ ] CI/CD pipeline enhancement
- [ ] Other: [Replace with a description]
Description
A simple fix for a broken link.
Changes
- Correct link for
wait_for_component
in the Components guide.
Related Issues
Fixes #1595.
Test Scenarios
Python Compatibility
- [ ] I've ensured my code works on Python
3.10.x
- [x] I've ensured my code works on Python
3.11.x
Checklist
- [x] I've run the
pre-commit
code linter over all edited files - [x] I've tested my changes on supported Python versions
- [ ] I've added tests for my code, if applicable
- [x] I've updated / added documentation, where applicable