Skip to content

Commit

Permalink
Fix typos in the plugins doc (conan-io#900)
Browse files Browse the repository at this point in the history
* Fix typos in the plugins doc

* The `tree` command displays better-looking filesystem trees
  • Loading branch information
liberforce authored and memsharded committed Oct 17, 2018
1 parent 8c39493 commit 2a57689
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions extending/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,10 @@ You can also import functionalities from a relative module:
.. code-block:: text
plugins
| my_plugin.py
|
\---custom_module
custom.py
__init__.py
├── custom_module
│   ├── custom.py
│   └── __init__.py
└── my_plugin.py
Inside the *custom.py* from my *custom_module* there is:

Expand Down
2 changes: 1 addition & 1 deletion reference/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Here you can find the description for each parameter:

- **conanfile_path**: Path to the *conanfile.py* file whether it is in local cache or in user space.

- **reference**: Named tuple with attributes ``name``, ``version``, ``user, and ``channel``. It's representation will be a reference like:
- **reference**: Named tuple with attributes ``name``, ``version``, ``user``, and ``channel``. Its representation will be a reference like:
``box2d/2.1.0@user/channel``

- **package_id**: String with the computed package ID.
Expand Down

0 comments on commit 2a57689

Please sign in to comment.