[Epydoc-commits] SF.net SVN: epydoc: [1729] trunk/epydoc/src/epydoc/apidoc.py
Brought to you by:
edloper
|
From: <ed...@us...> - 2008-02-19 16:49:21
|
Revision: 1729
http://epydoc.svn.sourceforge.net/epydoc/?rev=1729&view=rev
Author: edloper
Date: 2008-02-19 08:49:16 -0800 (Tue, 19 Feb 2008)
Log Message:
-----------
- Fixed typo in error message
Modified Paths:
--------------
trunk/epydoc/src/epydoc/apidoc.py
Modified: trunk/epydoc/src/epydoc/apidoc.py
===================================================================
--- trunk/epydoc/src/epydoc/apidoc.py 2008-02-18 18:25:40 UTC (rev 1728)
+++ trunk/epydoc/src/epydoc/apidoc.py 2008-02-19 16:49:16 UTC (rev 1729)
@@ -506,7 +506,7 @@
if other.__has_been_hashed and not ignore_hash_conflict:
raise ValueError("%r has already been hashed! Merging it "
- "would cause its has value to change." % other)
+ "would cause its hash value to change." % other)
# If other was itself already merged with anything,
# then we need to merge those too.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|