Skip to content

Commit

Permalink
Update reference/conanfile/dependencies.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Zoido <[email protected]>
  • Loading branch information
memsharded and czoido authored Jun 29, 2021
1 parent 60e8296 commit abbfb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/conanfile/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Not all fields of the dependency conanfile are exposed, the current fields are:
- context: The context (build, host) of this dependency
- conf_info: Configuration information of this dependency, intended to be applied to consumers.
- dependencies: The transitive dependencies of this dependency
- is_build_context: Return ``True`` if context == "build".
- is_build_context: Return ``True`` if ``context == "build"``.


Iterating dependencies
Expand Down

0 comments on commit abbfb30

Please sign in to comment.