Docs: URI field docstring typo

This commit is contained in:
Nick Steel 2015-06-04 13:17:18 +01:00
parent be272c0abb
commit c273718e5c

View File

@ -98,7 +98,7 @@ class Identifier(String):
class URI(Identifier):
"""
:class`Field` for storing URIs
:class:`Field` for storing URIs
Values will be interned, currently not validated.