We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be897e7 commit 3977010Copy full SHA for 3977010
tools/tensorflow_docs/tools/nblint/style/tensorflow.py
@@ -56,7 +56,7 @@ def copyright_check(args):
56
return any(re.search(pattern, cell_source) for pattern in copyrights_re)
57
58
59
-license_re = re.compile("#@title Licensed under the Apache License")
+license_re = re.compile("#\s?@title Licensed under the Apache License")
60
61
62
@lint(
0 commit comments