Skip to content

Commit d6f0ec1

Browse files
committed
Fix spelling in styleguide.rst
1 parent bd77049 commit d6f0ec1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/notes/styleguide.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Guide Style Guide
77
As with all documentation, having a consistent formating helps make the
88
document more understandable. In order to make The Guide easier to digest,
99
all contributions should fit within the rules of this style guide where
10-
approriate.
10+
appropriate.
1111

1212
The 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

3737
Headings
@@ -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

120120
Linking to Sections in The Guide
121121
--------------------------------

0 commit comments

Comments
 (0)