Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.erje.net!eu.feeder.erje.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!cs.uu.nl!news0.firedrake.org!news.xcski.com!ncf.ca!not-for-mail From: "Colin J. Williams" Newsgroups: comp.lang.python Subject: Re: Style question -- plural of class name? Date: Wed, 08 May 2013 20:38:36 -0400 Organization: National Capital Freenet, Ottawa, Ontario, Canada Lines: 17 Sender: fn681@206-47-101-26.dsl.ncf.ca Message-ID: <518AF00C.8030207@ncf.ca> References: NNTP-Posting-Host: 206-47-101-26.dsl.ncf.ca Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: theodyn.ncf.ca 1368059918 17189 206.47.101.26 (9 May 2013 00:38:38 GMT) X-Complaints-To: complaints@ncf.ca NNTP-Posting-Date: 9 May 2013 00:38:38 GMT To: Roy Smith User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 In-Reply-To: Xref: csiph.com comp.lang.python:44985 On 08/05/2013 4:20 PM, Roy Smith wrote: > FooEntry is a class. How would you describe a list of these in a > docstring? > > "A list of FooEntries" 0 > > "A list of FooEntrys" -1 > > "A list of FooEntry's" +1 > > "A list of FooEntry instances" No FooEntry is specified as a class. > > The first one certainly sounds the best, but it seems wierd to change > the spelling of the class name to make it plural. > Colin W.