@@ -450,7 +450,7 @@ For C programs:
450
450
one of the approved headers that includes it first for you. (The
451
451
approved headers currently include "builtin.h",
452
452
"t/helper/test-tool.h", "xdiff/xinclude.h", or
453
- "reftable/system.h"). You do not have to include more than one of
453
+ "reftable/system.h".) You do not have to include more than one of
454
454
these.
455
455
456
456
- A C file must directly include the header files that declare the
@@ -490,7 +490,7 @@ For Perl programs:
490
490
491
491
- Most of the C guidelines above apply.
492
492
493
- - We try to support Perl 5.8 and later ("use Perl 5.008 ").
493
+ - We try to support Perl 5.8.1 and later ("use Perl 5.008001 ").
494
494
495
495
- use strict and use warnings are strongly preferred.
496
496
@@ -518,7 +518,7 @@ For Perl programs:
518
518
519
519
For Python scripts:
520
520
521
- - We follow PEP-8 (http ://www .python.org/dev/peps /pep-0008/).
521
+ - We follow PEP-8 (https ://peps .python.org/pep-0008/).
522
522
523
523
- As a minimum, we aim to be compatible with Python 2.7.
524
524
@@ -578,7 +578,7 @@ Externally Visible Names
578
578
. The variable name describes the effect of tweaking this knob.
579
579
580
580
The section and variable names that consist of multiple words are
581
- formed by concatenating the words without punctuations (e.g. `-`),
581
+ formed by concatenating the words without punctuation marks (e.g. `-`),
582
582
and are broken using bumpyCaps in documentation as a hint to the
583
583
reader.
584
584
0 commit comments