@@ -33,10 +33,10 @@ a simple but powerful Pythonic API inspired by a well-known `Django ORM
3333 datetime.datetime(2013 , 12 , 31 , 13 , 27 , 47 )
3434
3535 >> > project.issues
36- < redmine .resultsets.ResourceSet object with Issue resources>
36+ < redminelib .resultsets.ResourceSet object with Issue resources>
3737
3838 >> > project.issues[0 ]
39- < redmine .resources.Issue # 34441 "Vacation">
39+ < redminelib .resources.Issue # 34441 "Vacation">
4040
4141 >> > dir (project.issues[0 ])
4242 [' assigned_to' , ' author' , ' created_on' , ' description' , ' done_ratio' ,
@@ -47,7 +47,7 @@ a simple but powerful Pythonic API inspired by a well-known `Django ORM
4747 ' Vacation'
4848
4949 >> > project.issues[0 ].time_entries
50- < redmine .resultsets.ResourceSet object with TimeEntry resources>
50+ < redminelib .resultsets.ResourceSet object with TimeEntry resources>
5151
5252 Features
5353--------
@@ -88,8 +88,8 @@ Documentation is available at https://python-redmine.com.
8888Contacts and Support
8989--------------------
9090
91- Support for Standard Edition is provided via `GitHub <https://github.com/maxtepkeev/python-redmine/issues >`_
92- only, while support for Pro Edition is provided both via `GitHub <https://github.com/maxtepkeev/python-redmine/issues >`_
91+ Support for Standard Edition is provided via `GitHub <https://github.com/maxtepkeev/python-redmine/issues >`__
92+ only, while support for Pro Edition is provided both via `GitHub <https://github.com/maxtepkeev/python-redmine/issues >`__
9393and support@python-redmine.com. Be sure to write from email that was specified during the purchase procedure.
9494
9595Copyright and License
0 commit comments