From fd2284632777a235ac663b7b9912246b30bc538b Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 26 Jul 2015 06:56:58 -0400 Subject: Get rid of napoleon style docstrings, they don't format nicely. --- coverage/files.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'coverage/files.py') diff --git a/coverage/files.py b/coverage/files.py index 762445f..bc9b0c9 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: -- cgit v1.2.1