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.