summaryrefslogtreecommitdiffstats
path: root/gd_diff.py
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2016-12-08 01:11:13 +0000
committerrsiddharth <s@ricketyspace.net>2016-12-08 01:11:13 +0000
commitc35a9e1c418f765370256239a8aba6b504e6ec3f (patch)
tree9bcf1bc8f633f8c995939a8b0e2af1479c5776df /gd_diff.py
parent01bf5b615a69474a9957eabeff0b96132635f0d9 (diff)
Update docstring of `slurp_fields_from_readme`.
Diffstat (limited to 'gd_diff.py')
-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.