Skip to content

Commit f9e9b0e

Browse files
committed
fix pypi parsing [ci skip]
1 parent ab6817a commit f9e9b0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
8888
Contacts 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>`__
9393
and [email protected]. Be sure to write from email that was specified during the purchase procedure.
9494

9595
Copyright and License

0 commit comments

Comments
 (0)