Skip to content

Commit ed142f5

Browse files
committed
various doc updates
1 parent bc9cad6 commit ed142f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ account in their application.
3434

3535
See the [Zendesk developer site](https://developer.zendesk.com/) for API
3636
documentation. The underlying `zdesk_api` module has been [automatically
37-
generated](https://github.com/fprimex/zdesk/blob/master/api_gen/api_gen.py)
37+
generated](https://github.com/fprimex/zdgen)
3838
from this documentation.
3939

4040
## Requirements
4141

42-
Zdesk works with both Python 2 and Python 3. Tested on Python 2.7.5 and 3.4.1.
42+
Zdesk works with both Python 2 and Python 3. Tested on Python 2.7.15 and 3.7.0.
4343

4444
The requests package is used for authentication and requests
4545

@@ -164,7 +164,7 @@ As a convenience, passing `get_all_pages` to any API method will do this for
164164
you, and will also merge all responses. The result is a single, large object
165165
that appears to be the result of one single call. The logic for this
166166
combination and reduction is well documented in the
167-
[source](https://github.com/fprimex/zdesk/blob/master/zdesk/zdesk.py#L220)
167+
[source](https://github.com/fprimex/zdesk/blob/master/zdesk/zdesk.py#L534)
168168
(look for the line reading `Now we need to try to combine or reduce the
169169
results`, if the line number has shifted since this writing).
170170

0 commit comments

Comments
 (0)