missed a period

This commit is contained in:
BossGrand 2017-02-06 17:00:35 -08:00
parent 602e1f9de1
commit 84a074250b

View File

@ -34,7 +34,7 @@ This is easy, simply use the ``only_fields`` meta attribute.
only_fields = ('title', 'content')
interfaces = (relay.Node, )
conversely you can use ``exclude_fields`` meta atrribute
conversely you can use ``exclude_fields`` meta atrribute.
.. code:: python