File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ def _get_paths(raw_paths):
169
169
})
170
170
171
171
# 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
173
173
# Prefixes have been deprecated by replacing them with the string resembling
174
174
# actual URL
175
175
URL_PREFIXES = {
@@ -1031,8 +1031,8 @@ def parents(self):
1031
1031
def project_names (self ):
1032
1032
# type: () -> tuple
1033
1033
""" 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.
1036
1036
1037
1037
Commit: https://github.com/user2589/minicms/commit/f2a7fcdc
1038
1038
>>> c = Commit('f2a7fcdc51450ab03cb364415f14e634fa69b62c')
You can’t perform that action at this time.
0 commit comments