Skip to content

Commit

Permalink
docs: use a different example value
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Oct 14, 2024
1 parent 4b29b93 commit 74b1848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguides/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,5 +273,5 @@ Then, to access it (or any setting for that matter):
```python
from ape import project

setting = project.config.my_project_key.my_project_setting # my_value
setting = project.config.my_project_key.my_project_setting # "my_value"
```

0 comments on commit 74b1848

Please sign in to comment.