From 8cc93fc84cf6d9951089311f1034adda06c3c91f Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Sun, 7 Feb 2016 15:47:55 +0100 Subject: [PATCH] Update docstrings --- libbmc/bibtex.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libbmc/bibtex.py b/libbmc/bibtex.py index 98b270b..60380b2 100644 --- a/libbmc/bibtex.py +++ b/libbmc/bibtex.py @@ -150,6 +150,10 @@ def get_entry_by_filter(filename, filter, ignore_fields=[]): """ Get an entry from a BibTeX file. + .. note :: + + Returns the first matching entry. + :param filename: The name of the BibTeX file. :param filter: A function returning ``True`` or ``False`` whether the \ entry should be included or not.