0002832: Somes modules still use Relib reference on docstring

patch by romjerome

fixed wrong doc string in srcref.py

svn: r12949
This commit is contained in:
Raphael Ackermann
2009-08-10 19:46:24 +00:00
parent f6f1cdf05c
commit 5ac76d658b
3 changed files with 8 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ def cite_source(bibliography, obj):
@param bibliography: The bibliography to contain the citations.
@type bibliography: L{Bibliography}
@param obj: An object with source references.
@type obj: L{Relib.SourceBase}
@type obj: L{gen.lib.srcbase}
"""
txt = ""
slist = obj.get_source_references()