Files
PyGithub/github
Michell Stuttgart 562908cb17 Improve __repr__ method of Milestone class (#921)
This commit add the title of milestone in string representation of Milestone class.
This modification improve readbility of milestone instances.

Before:
```python
>>> repo.get_milestone(number=1)
Milestone(number=1) 
```
After:
```python
>>> repo.get_milestone(number=1)
Milestone(title='Milestone Example', number=1) 
```
2018-10-08 10:19:38 +08:00
..
2018-08-24 15:08:18 +08:00
2018-09-11 13:05:16 +08:00
2018-08-19 10:47:41 +08:00
2018-08-19 10:47:41 +08:00
2018-04-06 09:17:19 +08:00
2018-10-03 11:51:59 +08:00
2018-10-03 11:51:59 +08:00
2018-09-11 13:05:16 +08:00
2018-09-11 13:05:16 +08:00
2018-09-16 20:00:20 +08:00
2018-08-19 10:47:41 +08:00
2018-08-19 10:47:41 +08:00
2018-08-19 10:47:41 +08:00
2018-08-19 10:47:41 +08:00