8000 [3.10] [doc] Improve grammar/fix missing word (GH-102060) (GH-102278) · python/cpython@4732f55 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4732f55

Browse files
[3.10] [doc] Improve grammar/fix missing word (GH-102060) (GH-102278)
[doc] Improve grammar/fix missing word (GH-102060) (cherry picked from commit 6daf42b) Co-authored-by: VMan <vayidm@users.noreply.github.com>
1 parent 5b610b5 commit 4732f55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/bugs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Click on the "New issue" button in the top bar to report a new issue.
7070
The submission form has two fields, "Title" and "Comment".
7171

7272
For the "Title" field, enter a *very* short description of the problem;
73-
less than ten words is good.
73+
fewer than ten words is good.
7474

7575
In the "Comment" field, describe the problem in detail, including what you
7676
expected to happen and what did happen. Be sure to include whether any

Doc/howto/logging-cookbook.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2538,7 +2538,7 @@ should be logged, or the ``extra`` keyword parameter to indicate additional
25382538
contextual information to be added to the log). So you cannot directly make
25392539
logging calls using :meth:`str.format` or :class:`string.Template` syntax,
25402540
because internally the logging package uses %-formatting to merge the format
2541-
string and the variable arguments. There would no changing this while preserving
2541+
string and the variable arguments. There would be no changing this while preserving
25422542
backward compatibility, since all logging calls which are out there in existing
25432543
code will be using %-format strings.
25442544

0 commit comments

Comments
 (0)
0