@@ -20,7 +20,7 @@ Examples
20
20
--------
21
21
**More examples in ``examples/`` directory. **
22
22
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:
24
24
25
25
.. code-block :: python
26
26
@@ -81,7 +81,7 @@ Example to get your requests:
81
81
data = sd.get_my_customer_requests()
82
82
print (data)
83
83
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:
85
85
86
86
.. code-block :: python
87
87
@@ -94,9 +94,9 @@ Development and Deployment (For contributors)
94
94
---------------------------------------------
95
95
First of all, I am happy for any PR requests.
96
96
Let'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.
98
98
99
- .. _Contribution guidelines for this project : CONTRIBUTING.rst
99
+ .. _Contribution Guidelines for this project : CONTRIBUTING.rst
100
100
.. |Build Status | image :: https://travis-ci.org/atlassian-api/atlassian-python-api.svg?branch=master
101
101
:target: https://pypi.python.org/pypi/atlassian-python-api
102
102
:alt: Build status
@@ -118,7 +118,7 @@ See the `Contribution guidelines for this project`_ for details on how to make c
118
118
119
119
Credits
120
120
-------
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 :
122
122
123
123
* Atlassian _ for developing such a powerful ecosystem.
124
124
* JetBrains _ for providing us with free licenses of PyCharm _
0 commit comments