From dbcd69c88714806711251c7e7548e4e9f340416f Mon Sep 17 00:00:00 2001 From: cewing Date: Tue, 8 Oct 2013 06:15:29 -0400 Subject: [PATCH] fix typo per @zupo --- docs/content.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content.rst b/docs/content.rst index 4ad51dd..43cfccb 100644 --- a/docs/content.rst +++ b/docs/content.rst @@ -155,7 +155,7 @@ is moved. Plone uses UUIDs for storing references between content and for linking by UIDs, enabling persistent links. -To get a the UUID of any content object use :meth:`api.content.get_uuid`. The +To get the UUID of any content object use :meth:`api.content.get_uuid`. The following code gets the UUID of the ``contact`` document. .. code-block:: python