Skip to content

Commit 868360a

Browse files
authored
Fixes docs errors (#1332)
Issues: Fixes #672 Problem: Docs were incorrect Analysis: This fixes them Tests:
1 parent 7d1285d commit 868360a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/userguide/endpoints/collection.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ Collection
55

66
``kind``: ``collectionstate``
77

8-
A :dfn:`collection` is similar to an |Organizing Collection Section| in it is not a configurable object. Unlike an organiziont collection, however, a collection only contains references to objects (or, resources) of the same type.
8+
A :dfn:`collection` is similar to an |Organizing Collection Section| in it is not a configurable object. Unlike an `OrganizingCollection` collection,
9+
however, a `Collection` only contains references to objects (or, resources) of the same type.
910

1011
.. include:: ../SDK_plural_note.rst
1112

12-
.. topic:: Example: Use :meth:`f5.bigip.resource.Collection.get_collection` to get a list of the objects in the :mod:`f5.bigip.tm.ltm.pool` collection.
13+
.. topic:: Example: Use :meth:`f5.bigip.tm.ltm.pools.get_collection` to get a list of the objects in the :mod:`f5.bigip.tm.ltm.pool` collection.
1314

1415
The ``items`` attribute in the JSON returned contains |Resource Section| objects that all share the same ``kind``. We can tell that these objects are resources because the ``kind`` ends in ``state``.
1516

0 commit comments

Comments
 (0)