@@ -20,7 +20,7 @@ Examples
2020--------
2121**More examples in ``examples/`` directory. **
2222
23- Here's a short example how to create a Confluence page:
23+ Here's a short example of how to create a Confluence page:
2424
2525.. code-block :: python
2626
@@ -81,7 +81,7 @@ Example to get your requests:
8181 data = sd.get_my_customer_requests()
8282 print (data)
8383
84- If you want to see the response in pretty print format json . Feel free for use construction like:
84+ If you want to see the response in pretty print format JSON . Feel free for use construction like:
8585
8686.. code-block :: python
8787
@@ -94,9 +94,9 @@ Development and Deployment (For contributors)
9494---------------------------------------------
9595First of all, I am happy for any PR requests.
9696Let's fork and provide your changes :)
97- See the `Contribution guidelines for this project `_ for details on how to make changes to this library.
97+ See the `Contribution Guidelines for this project `_ for details on how to make changes to this library.
9898
99- .. _Contribution guidelines for this project : CONTRIBUTING.rst
99+ .. _Contribution Guidelines for this project : CONTRIBUTING.rst
100100.. |Build Status | image :: https://travis-ci.org/atlassian-api/atlassian-python-api.svg?branch=master
101101 :target: https://pypi.python.org/pypi/atlassian-python-api
102102 :alt: Build status
@@ -118,7 +118,7 @@ See the `Contribution guidelines for this project`_ for details on how to make c
118118
119119Credits
120120-------
121- In addition to all the contributors we would like to thank to these companies :
121+ In addition to all the contributors we would like to thank these vendors :
122122
123123* Atlassian _ for developing such a powerful ecosystem.
124124* JetBrains _ for providing us with free licenses of PyCharm _
0 commit comments