Skip to content

Commit

Permalink
Fix docu typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS committed Aug 10, 2023
1 parent 6ae5af7 commit 960c1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/adding_packages/folders_and_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 960c1a1

Please sign in to comment.