File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -229,12 +229,13 @@ Avoid first-person language. Our documentation is owned and maintained by a
229
229
community. First-person language mistakenly implies a single author.
230
230
231
231
232
- Pronunciation of dunders
233
- ========================
232
+ Pronunciation of dunder names
233
+ =============================
234
234
235
- "Dunder methods" like ``__init__ `` can be awkward in running prose: is it "an
236
- __init__" or "a __init__"? A `quick poll `__ indicates we should use
237
- "an __init__."
235
+ "Dunder names" like ``__init__ `` can be awkward in running prose: is it "an
236
+ init" or "a dunder init"? Our recommendation is to ignore the underscores and
237
+ use the article that is appropriate for the word in the name. A `quick poll `__
238
+ backs this up: "an __init__."
238
239
239
240
__ https://hachyderm.io/@nedbat/112129685322594689
240
241
You can’t perform that action at this time.
0 commit comments