summaryrefslogtreecommitdiffstats
path: root/doc/unsorted/development_writing_plugins.txt
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-04-10 16:20:14 -0500
committerSol Jerome <solj@ices.utexas.edu>2010-04-10 16:20:14 -0500
commit1999c74bba44c20c37c70d93245e02305a44652a (patch)
treecfd461689888753990d0e3f48c673663f42f3ddd /doc/unsorted/development_writing_plugins.txt
parentb5a201ea431cc3cf33c77364bb0bbf33716401bd (diff)
downloadbcfg2-1999c74bba44c20c37c70d93245e02305a44652a.tar.gz
bcfg2-1999c74bba44c20c37c70d93245e02305a44652a.tar.bz2
bcfg2-1999c74bba44c20c37c70d93245e02305a44652a.zip
doc: Style consistency updates
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
Diffstat (limited to 'doc/unsorted/development_writing_plugins.txt')
-rw-r--r--doc/unsorted/development_writing_plugins.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/unsorted/development_writing_plugins.txt b/doc/unsorted/development_writing_plugins.txt
index 89b1af28a..cc0bd7c00 100644
--- a/doc/unsorted/development_writing_plugins.txt
+++ b/doc/unsorted/development_writing_plugins.txt
@@ -66,7 +66,7 @@ If you would like to define your own Metadata plugin (to extend/change functiona
import Bcfg2.Server.Plugins.Metadata
class MyMetadata(Bcfg2.Server.Plugins.Metadata.Metadata):
- '''This class contains data for bcfg2 server metadata'''
+ '''This class contains data for Bcfg2 server metadata'''
__version__ = '$Id$'
__author__ = 'bcfg-dev@mcs.anl.gov'