File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -151,8 +151,8 @@ reading experience.
151
151
Instead, these security concerns should be gathered into a dedicated
152
152
"Security Considerations" section within the module's documentation, and
153
153
cross-referenced from the documentation of affected interfaces with a note
154
- similar to `` "Please refer to the :ref:` security-considerations` section
155
- for important information on how to avoid common mistakes." ` `.
154
+ similar to :samp: ` "Please refer to the :ref:\` { security-considerations } \`
155
+ section for important information on how to avoid common mistakes." `.
156
156
157
157
Similarly, if there is a common error that affects many interfaces in a
158
158
module (e.g. OS level pipe buffers filling up and stalling child processes),
Original file line number Diff line number Diff line change @@ -833,9 +833,9 @@ Testing
833
833
834
834
There are three files that contain tests for the grammar and the parser:
835
835
836
- * `Lib/test/test_grammar.py `.
837
- * `Lib/test/test_syntax.py `.
838
- * `Lib/test/test_exceptions.py `.
836
+ * `` Lib/test/test_grammar.py ` `.
837
+ * `` Lib/test/test_syntax.py ` `.
838
+ * `` Lib/test/test_exceptions.py ` `.
839
839
840
840
Check the contents of these files to know which is the best place to place new tests depending
841
841
on the nature of the new feature you are adding.
Original file line number Diff line number Diff line change @@ -258,8 +258,9 @@ times.
258
258
259
259
Filing the Issue
260
260
================
261
- Once you have increased coverage, you need to create an issue on the
262
- `issue tracker `_ and submit a :ref: `pull request <pullrequest >`.
261
+ Once you have increased coverage,
262
+ you need to create an issue on the `issue tracker `_ and
263
+ submit a :ref: `pull request <pullrequest >`.
263
264
264
265
265
266
Measuring coverage of C code with gcov and lcov
You can’t perform that action at this time.
0 commit comments