Skip to content

Commit 12c0792

Browse files
committed
fixing url + missing paths
1 parent cbea837 commit 12c0792

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

oscar.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def _get_paths(raw_paths):
169169
})
170170

171171
# prefixes used by World of Code to identify source project platforms
172-
# See Project.to_url() for more details
172+
# See Project.url for more details
173173
# Prefixes have been deprecated by replacing them with the string resembling
174174
# actual URL
175175
URL_PREFIXES = {
@@ -1031,8 +1031,8 @@ def parents(self):
10311031
def project_names(self):
10321032
# type: () -> tuple
10331033
""" URIs of projects including this commit.
1034-
This property can be used to find all forks of a project
1035-
by its first commit.
1034+
This property can be used to find all project
1035+
that have this commit.
10361036
10371037
Commit: https://github.com/user2589/minicms/commit/f2a7fcdc
10381038
>>> c = Commit('f2a7fcdc51450ab03cb364415f14e634fa69b62c')

0 commit comments

Comments
 (0)