summaryrefslogtreecommitdiff
path: root/coverage/files.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-26 06:56:58 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-26 06:56:58 -0400
commit882171549d866c326fc54c0d6b0744c61ecfc539 (patch)
treec1a98cda25ca3d36f612fa1e2e1da96a1e21b419 /coverage/files.py
parent00b076ba91adf36d568f991913579dd566c64924 (diff)
downloadpython-coveragepy-git-882171549d866c326fc54c0d6b0744c61ecfc539.tar.gz
Get rid of napoleon style docstrings, they don't format nicely.
Diffstat (limited to 'coverage/files.py')
-rw-r--r--coverage/files.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/coverage/files.py b/coverage/files.py
index 762445fd..bc9b0c9a 100644
--- a/coverage/files.py
+++ b/coverage/files.py
@@ -295,10 +295,9 @@ class PathAliases(object):
The separator style in the result is made to match that of the result
in the alias.
- Returns:
- The mapped path. If a mapping has happened, this is a
- canonical path. If no mapping has happened, it is the
- original value of `path` unchanged.
+ Returns the mapped path. If a mapping has happened, this is a
+ canonical path. If no mapping has happened, it is the original value
+ of `path` unchanged.
"""
for regex, result, pattern_sep, result_sep in self.aliases: