fix typo per @zupo

This commit is contained in:
cewing 2013-10-08 06:15:29 -04:00 committed by Nejc Zupan
parent 34dfe5709d
commit dbcd69c887
1 changed files with 1 additions and 1 deletions

View File

@ -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