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 3ba8e33 commit 7c8a6d9Copy full SHA for 7c8a6d9
src/bootstrap/configure.py
@@ -746,7 +746,7 @@ def write_uncommented(target, f):
746
block = []
747
748
def flush(last):
749
- # If the block is entiry made of comments, ignore it
+ # If the block is entirely made of comments, ignore it
750
entire_block_comments = all(ln.startswith("#") or ln == "" for ln in block)
751
if not entire_block_comments and len(block) > 0:
752
for line in block:
0 commit comments