Skip to content

Commit

Permalink
Merge pull request #478 from hugovk/patch-1
Browse files Browse the repository at this point in the history
Docs: Fix typo
  • Loading branch information
igorbrigadir authored Jun 13, 2021
2 parents df204ee + f524aeb commit 1284de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twarc/command2.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ def f():
def flatten(infile, outfile):
"""
"Flatten" tweets, or move expansions inline with tweet objects and ensure
that each line of output is a signle tweet.
that each line of output is a single tweet.
"""
if (infile.name == outfile.name):
click.echo(click.style(f"💔 Cannot flatten files in-place, specify a different output file!", fg='red'), err=True)
Expand Down

0 comments on commit 1284de4

Please sign in to comment.