Skip to content

Commit 02603ca

Browse files
committed
Fix typo in comment
1 parent ecebce8 commit 02603ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/gyb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ def __str__(self, indent=''):
751751

752752

753753
def expand(filename, line_directive=_default_line_directive, **local_bindings):
754-
r"""Return the contents of the givepn template file, executed with the given
754+
r"""Return the contents of the given template file, executed with the given
755755
local bindings.
756756
757757
>>> from tempfile import NamedTemporaryFile

0 commit comments

Comments
 (0)