Skip to content

Commit d8ff819

Browse files
Merge pull request #2307 from markmcd:license-nbfmt
PiperOrigin-RevId: 630930037
2 parents be897e7 + 3977010 commit d8ff819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tensorflow_docs/tools/nblint/style/tensorflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def copyright_check(args):
5656
return any(re.search(pattern, cell_source) for pattern in copyrights_re)
5757

5858

59-
license_re = re.compile("#@title Licensed under the Apache License")
59+
license_re = re.compile("#\s?@title Licensed under the Apache License")
6060

6161

6262
@lint(

0 commit comments

Comments
 (0)