Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorial/versioning/revisions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This recipe **revision** is the hash of the contents of the recipe, including t
and the exported sources (``src/main.cpp``, ``CMakeLists.txt``, etc., that is, all files exported
in the recipe).

We can now edit the ``conanfile.py``, to define the ``licence`` value:
We can now edit the ``conanfile.py``, to define the ``license`` value:

.. code-block:: python
:caption: hello/conanfile.py
Expand Down