Typo fix for module debtcollector

Trivial fix

Change-Id: I8d0e33710af8de089823eceb8ca5cf2511f15511
This commit is contained in:
howardlee 2016-11-07 15:27:58 +08:00
parent 4c93a710b7
commit 6ed4cacbe7
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ Further customizing the emitted messages
----------------------------------------
It is typically useful to tell the user when a deprecation has started and
when the deprecated item will be offically removed (deleted or other). To
when the deprecated item will be officially removed (deleted or other). To
enable this all the currently provided functions this library provides
take a ``message``, ``version`` and ``removal_version`` keyword arguments.
These are used in forming the message that is shown to the user when they