Skip to content

Commit a6ffb59

Browse files
author
Dave Abrahams
authored
Fix python linter issues
1 parent d3aa33a commit a6ffb59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/gyb.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,8 +1237,8 @@ def succ(a):
12371237
Line directive format string, which will be
12381238
provided 2 substitutions, `%%(line)d` and `%%(file)s`.
12391239
1240-
Example: `// ###sourceLocation(file: "%%(file)s", line: %%(line)d)`
1241-
1240+
Example: `#sourceLocation(file: "%%(file)s", line: %%(line)d)`
1241+
12421242
The default works automatically with the `line-directive` tool,
12431243
which see for more information.
12441244
''')

0 commit comments

Comments
 (0)