From 840ae67080750c2f3b8ad67088b7a40dace21853 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 23 Apr 2017 19:16:39 +0900 Subject: [PATCH] Fix typo --- sphinx/registry.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sphinx/registry.py b/sphinx/registry.py index 72c9b7ae6..a86fd8915 100644 --- a/sphinx/registry.py +++ b/sphinx/registry.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- """ - sphinx.registory - ~~~~~~~~~~~~~~~~ + sphinx.registry + ~~~~~~~~~~~~~~~ - Sphinx component registory. + Sphinx component registry. :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details.