Skip to content

Commit

Permalink
Minor doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenCochell committed Apr 23, 2022
1 parent 090ca0b commit 61a857d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/basic/curse_inst.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ have read about the HandlerCollection,
and it's entry points.
You should have noticed some talk about CurseInstances,
which will be covered in great detail in this document.
*

What is a CurseInstance?
========================

Expand Down Expand Up @@ -502,7 +502,8 @@ You can also get dependencies by using the 'get_dependencies()' method:
deps = inst.get_dependencies()
You can also pass 'required=True' to get only required dependencies.
You can also pass 'required=True' to get only required dependencies,
and 'optional=True' to get only optional dependencies.

You can also get the 'get_addon()' method to retrieve a CurseAddon
object representing the addon this file is attached to.
Expand Down

0 comments on commit 61a857d

Please sign in to comment.