From f16a93c5b27f3e3cd1538fdce7a5a0ae25792fc7 Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Tue, 9 Feb 2021 10:43:08 +0000 Subject: Fix lint errors in tools/hiddenapi Bug: 177317659 Test: tools/hiddenapi/generate_hiddenapi_lists_test.py Change-Id: I7fe52319a80d929d43fdec913d2e7f155de96549 --- tools/hiddenapi/generate_hiddenapi_lists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/hiddenapi/generate_hiddenapi_lists.py') diff --git a/tools/hiddenapi/generate_hiddenapi_lists.py b/tools/hiddenapi/generate_hiddenapi_lists.py index 28ff606d0381..681647548653 100755 --- a/tools/hiddenapi/generate_hiddenapi_lists.py +++ b/tools/hiddenapi/generate_hiddenapi_lists.py @@ -153,7 +153,7 @@ def write_lines(filename, lines): """Writes list of lines into a file, overwriting the file if it exists. Args: - filename (string): Path to the file to be writting into. + filename (string): Path to the file to be writing into. lines (list): List of strings to write into the file. """ lines = map(lambda line: line + '\n', lines) -- cgit v1.2.3