Skip to content

Commit

Permalink
[doc] minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed May 14, 2012
1 parent faf99b9 commit 19bff77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ckan/plugins/core.py
@@ -1,5 +1,5 @@
"""
Provides plugin services to the CKAN
Provides plugin services to CKAN
"""

import logging
Expand Down
4 changes: 2 additions & 2 deletions doc/writing-extensions.rst
Expand Up @@ -103,7 +103,7 @@ architecture. We'll look at this in the next section.


Plugins Interface: An Overview
--------------------
------------------------------

Plugin interfaces provide a specification which extensions can implement in
order to "hook into" core CKAN functionality.
Expand Down Expand Up @@ -320,7 +320,7 @@ ckan.plugins.interfaces
:members:

Creating a new Plugin Interface
--------------------------
-------------------------------

.. Warning ::
New Plugin Interfaces need to be added to the core CKAN application.
Expand Down

0 comments on commit 19bff77

Please sign in to comment.