(#19136) Fix documentation typo

This commit is contained in:
Rubén Rincón Blanco
2023-08-10 18:04:17 +02:00
committed by GitHub
parent f3a66013c2
commit ebfaa8b83c

View File

@@ -140,7 +140,7 @@ When a package needs other packages those can be include with the `requirements(
```python
def requirements(self):
self.require("fmt/9.0.0")
self.requires("fmt/9.0.0")
```
For more information see the [Dependencies](dependencies.md) documentation.