Corrected "it's" to "its" when used possessively.

Fixed #20327.
This commit is contained in:
Thomas Thurman 2013-04-29 14:30:51 +01:00 committed by Aymeric Augustin
parent 3a4276ffc3
commit b47b0211f5
6 changed files with 6 additions and 6 deletions

View file

@ -146,7 +146,7 @@ basic Calendar widget from the example above::
<script type="text/javascript" src="http://static.example.com/actions.js"></script>
<script type="text/javascript" src="http://static.example.com/whizbang.js"></script>
The FancyCalendar widget inherits all the media from it's parent widget. If
The FancyCalendar widget inherits all the media from its parent widget. If
you don't want media to be inherited in this way, add an ``extend=False``
declaration to the media declaration::

View file

@ -169,7 +169,7 @@ issued on the ``project.interesting`` and
``project.interesting.stuff`` loggers.
This propagation can be controlled on a per-logger basis. If
you don't want a particular logger to propagate to it's parents, you
you don't want a particular logger to propagate to its parents, you
can turn off this behavior.
Making logging calls