Skip to content

Commit

Permalink
Correct docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MJKirk committed Feb 9, 2021
1 parent 680ef72 commit 4a6ad9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flavio/citations.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ def __init__(self):
self._reset()

def _reset(self):
"Reset citations to default only (only for testing purposes)"
# Initialize empty papers to cite
"Reset citations to empty"
self._papers_to_cite = set()

def register(self, key):
Expand Down

0 comments on commit 4a6ad9d

Please sign in to comment.