@@ -7,7 +7,7 @@ The Guide Style Guide
77As with all documentation, having a consistent formating helps make the
88document more understandable. In order to make The Guide easier to digest,
99all contributions should fit within the rules of this style guide where
10- approriate .
10+ appropriate .
1111
1212The Guide is written as :ref: `restructuredtext-ref `.
1313
@@ -29,9 +29,9 @@ Strive to keep any contributions relevant to the :ref:`purpose of The Guide
2929 Be sure to describe what and why you are linking.
3030* `Cite <http://sphinx.pocoo.org/rest.html?highlight=citations#citations >`_
3131 references where needed.
32- * If a subject isn't directly relevant to Python, but useful in conjuction
32+ * If a subject isn't directly relevant to Python, but useful in conjunction
3333 with Python (ex: Git, Github, Databases), reference by linking to useful
34- resouces and describe why it's useful to Python.
34+ resources and describe why it's useful to Python.
3535* When in doubt, ask.
3636
3737Headings
@@ -115,7 +115,7 @@ Externally Linking
115115 Read the `Sphinx Tutorial <http://sphinx.pocoo.org/tutorial.html>`_
116116
117117* Avoid using labels such as "click here", "this", etc. preferring
118- decriptive labels (SEO worthy) instead.
118+ descriptive labels (SEO worthy) instead.
119119
120120Linking to Sections in The Guide
121121--------------------------------
0 commit comments