From f5b1f7ac493c9036a3c5b29715230e53f37b50ff Mon Sep 17 00:00:00 2001 From: goodger Date: Tue, 24 Feb 2009 15:02:08 +0000 Subject: [PATCH] docstring fix git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@5877 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/docutils/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docutils/docutils/utils.py b/docutils/docutils/utils.py index 37d9ab381..f92516473 100644 --- a/docutils/docutils/utils.py +++ b/docutils/docutils/utils.py @@ -433,7 +433,7 @@ def relative_path(source, target): def get_stylesheet_reference(settings, relative_to=None): """ - Retrieve stylesheet references from the settings object. + Retrieve a stylesheet reference from the settings object. Deprecated. Use get_stylesheet_reference_list() instead to enable specification of multiple stylesheets as a comma-separated -- 2.11.4.GIT