diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2016-09-18 00:48:32 +1000 |
---|---|---|
committer | Boris Bobrov <breton@cynicmansion.ru> | 2016-09-18 16:28:22 +0300 |
commit | 9650aa394bcb5f3b6f8a9c9e9b68a81fe77a41a7 (patch) | |
tree | 69297fa52f43b93efb2400649f2ab4cde12fb177 /docs/source/pluginwriter/hooks.rst | |
parent | 821686372ccb18f508f20a1764236174c009573c (diff) | |
download | mediagoblin-9650aa394bcb5f3b6f8a9c9e9b68a81fe77a41a7.tar.lz mediagoblin-9650aa394bcb5f3b6f8a9c9e9b68a81fe77a41a7.tar.xz mediagoblin-9650aa394bcb5f3b6f8a9c9e9b68a81fe77a41a7.zip |
Spell-check the entire documentation.
Diffstat (limited to 'docs/source/pluginwriter/hooks.rst')
-rw-r--r-- | docs/source/pluginwriter/hooks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/pluginwriter/hooks.rst b/docs/source/pluginwriter/hooks.rst index 4aa062e8..66fe3b4d 100644 --- a/docs/source/pluginwriter/hooks.rst +++ b/docs/source/pluginwriter/hooks.rst @@ -28,7 +28,7 @@ What hooks are available? This hook is used by ``add_media_to_collection`` in ``mediagoblin.user_pages.lib``. It gets a ``CollectionItem`` as its argument. -It's the newly created item just before getting commited. +It's the newly created item just before getting committed. So the item can be modified by the hook, if needed. Changing the session regarding this item is currently undefined behaviour, as the SQL Session might contain other |