From 6ed4cacbe76d0947e949398227ebbc26051972af Mon Sep 17 00:00:00 2001 From: howardlee Date: Mon, 7 Nov 2016 15:27:58 +0800 Subject: [PATCH] Typo fix for module debtcollector Trivial fix Change-Id: I8d0e33710af8de089823eceb8ca5cf2511f15511 --- doc/source/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/examples.rst b/doc/source/examples.rst index 19df8b5..e7bae8e 100644 --- a/doc/source/examples.rst +++ b/doc/source/examples.rst @@ -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