Skip to content

Commit

Permalink
(PR 3.0.0) Comment 4 of @sonofmun review : Fix docstring of fromScope…
Browse files Browse the repository at this point in the history
…XpathToRefsDecl
  • Loading branch information
PonteIneptique committed Oct 15, 2019
1 parent ecc585c commit 71c2484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyCapytain/common/reference/_capitains_cts.py
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ def _parseXpathScope(self):
return REFSDECL_REPLACER.sub("?", "".join(matches[0:-1])), REFSDECL_REPLACER.sub("?", matches[-1])

def _fromScopeXpathToRefsDecl(self, scope, xpath):
""" Update xpath and scope property when refsDecl is updated
""" Update the refsDecl value if xpath and scope property are to be updated
"""
if scope is not None and xpath is not None:
Expand Down

0 comments on commit 71c2484

Please sign in to comment.