Skip to content

Commit 297f935

Browse files
committed
Update various docstrings.
1 parent e5cc29e commit 297f935

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ def clean(ctx, docs=True, bytecode=False):
8282
@task
8383
def formatting(ctx, yapf=True, asciify=True, bibtex=True):
8484
"""
85-
Formats the codebase with *Yapf* and converts unicode characters to ASCII.
85+
Formats the codebase with *Yapf*, converts unicode characters to ASCII and
86+
cleanup the "BibTeX" file.
8687
8788
Parameters
8889
----------

0 commit comments

Comments
 (0)