Correct versionchanged annotation based on review.

This commit is contained in:
Emmanuel Gomez
2018-02-27 09:17:50 -08:00
parent 48e7bd4f10
commit a949ad14f8

View File

@@ -266,7 +266,7 @@ class Spawner(LoggingConfigurable):
(Future(str)): the content of the options form presented to the user
prior to starting a Spawner.
.. versionchanged:: 0.8.2
.. versionadded:: 0.9.0
Introduced.
"""
if callable(self.options_form):