Added notice to getSiteExampleURLs docstring on the expected format

This commit is contained in:
doe
2014-08-06 01:18:28 +02:00
parent d14b100d7e
commit d95b96b9c4
+2 -1
View File
@@ -297,9 +297,10 @@ class BaseSiteAdapter(Configurable):
@classmethod
def getSiteExampleURLs(self):
"""
Return a string of space separated example URLs.
Needs to be overriden in each adapter class. It's the adapter
writer's responsibility to make sure the example(s) pass the
URL validate.
validateURL method.
"""
return 'no such example'