mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-07 03:05:07 +00:00
(#19136) Fix documentation typo
This commit is contained in:

committed by
GitHub

parent
f3a66013c2
commit
ebfaa8b83c
@@ -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.
|
||||
|
Reference in New Issue
Block a user