mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Correct docsite typos: it's -> its (#50812)
This commit is contained in:
parent
0e7a9a2771
commit
88029a73d6
5 changed files with 5 additions and 5 deletions
|
@ -178,7 +178,7 @@ Display class
|
|||
-------------
|
||||
|
||||
As of Ansible 2.8, the ``Display`` class is now a "singleton". Instead of using ``__main__.display`` each file should
|
||||
import and instantiate ``ansible.utils.display.Display`` on it's own.
|
||||
import and instantiate ``ansible.utils.display.Display`` on its own.
|
||||
|
||||
**OLD** In Ansible 2.7 (and earlier) the following was used to access the ``display`` object:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue