From: Ryan Campbell Date: Wed, 4 Jul 2012 03:43:08 +0000 (-0600) Subject: Fix spelling in styleguide.rst X-Git-Url: https://git.eng.unimelb.edu.au/public?p=python-guide.git;a=commitdiff_plain;h=d6f0ec1680570ade2d6e5edba2442525e49e516d Fix spelling in styleguide.rst --- diff --git a/docs/notes/styleguide.rst b/docs/notes/styleguide.rst index a96c7b6..edaecc1 100644 --- a/docs/notes/styleguide.rst +++ b/docs/notes/styleguide.rst @@ -7,7 +7,7 @@ The Guide Style Guide As with all documentation, having a consistent formating helps make the document more understandable. In order to make The Guide easier to digest, all contributions should fit within the rules of this style guide where -approriate. +appropriate. The Guide is written as :ref:`restructuredtext-ref`. @@ -29,9 +29,9 @@ Strive to keep any contributions relevant to the :ref:`purpose of The Guide Be sure to describe what and why you are linking. * `Cite `_ references where needed. -* If a subject isn't directly relevant to Python, but useful in conjuction +* If a subject isn't directly relevant to Python, but useful in conjunction with Python (ex: Git, Github, Databases), reference by linking to useful - resouces and describe why it's useful to Python. + resources and describe why it's useful to Python. * When in doubt, ask. Headings @@ -115,7 +115,7 @@ Externally Linking Read the `Sphinx Tutorial `_ * Avoid using labels such as "click here", "this", etc. preferring - decriptive labels (SEO worthy) instead. + descriptive labels (SEO worthy) instead. Linking to Sections in The Guide --------------------------------