Correct docsite typos: it's -> its (#50812)

This commit is contained in:
branen 2019-01-11 15:49:54 -05:00 committed by Sandra McCann
commit 88029a73d6
5 changed files with 5 additions and 5 deletions

View file

@ -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: