summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gd_diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gd_diff.py b/gd_diff.py
index 0ebc057..17ec75c 100644
--- a/gd_diff.py
+++ b/gd_diff.py
@@ -309,7 +309,7 @@ def read_gns_readme(release, pkg):
def slurp_fields_from_readme(content):
- """Returns dict containing fields slurped from `content`
+ """Returns dict containing fields slurped from `content`.
- If a field is not defined or if its value is empty in the
`content`, then its corresponding value in the dict will be None.