From a949ad14f87aa6e194ca8644d8988a3ae73bed16 Mon Sep 17 00:00:00 2001 From: Emmanuel Gomez Date: Tue, 27 Feb 2018 09:17:50 -0800 Subject: [PATCH] Correct versionchanged annotation based on review. --- jupyterhub/spawner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/spawner.py b/jupyterhub/spawner.py index 7f088cd1..d15e0b75 100644 --- a/jupyterhub/spawner.py +++ b/jupyterhub/spawner.py @@ -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):