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.
151151Instead, these security concerns should be gathered into a dedicated
152152"Security Considerations" section within the module's documentation, and
153153cross-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." `.
156156
157157Similarly, if there is a common error that affects many interfaces in a
158158module (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
833833
834834There are three files that contain tests for the grammar and the parser:
835835
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 ` `.
839839
840840Check the contents of these files to know which is the best place to place new tests depending
841841on the nature of the new feature you are adding.
Original file line number Diff line number Diff line change @@ -258,8 +258,9 @@ times.
258258
259259Filing the Issue
260260================
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 >`.
263264
264265
265266Measuring coverage of C code with gcov and lcov
You can’t perform that action at this time.
0 commit comments