Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
  • Loading branch information
mihaimaruseac committed Sep 10, 2024
1 parent eb38ace commit 13b019a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import argparse
import itertools
import pathlib

import numpy as np


Expand Down Expand Up @@ -155,7 +156,7 @@ def add_count_arguments(
) -> None:
"""Adds the count related arguments to a subparser.
We have N file. In some cases, we also have M directories.
We have N files. In some cases, we also have M directories.
Args:
parser: The parser to enhance.
Expand Down

0 comments on commit 13b019a

Please sign in to comment.