[docs] [issue16380] true/proper subset

abcdef report at bugs.python.org
Thu Nov 1 14:02:35 CET 2012


New submission from abcdef:

The documentation

http://docs.python.org/2.7/library/stdtypes.html#set-types-set-frozenset

http://docs.python.org/3/library/stdtypes.html#set-types-set-frozenset

of "<" for sets uses "true subset" and "true superset". The correct termininology is "proper subset" and "proper superset", as evidenced by Google searches

http://google.com/search?q="true subset"

http://google.com/search?q="proper subset"

and most set theory books.

----------
assignee: docs at python
components: Documentation
messages: 174410
nosy: abcdef, docs at python
priority: normal
severity: normal
status: open
title: true/proper subset
type: enhancement
versions: Python 2.7, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16380>
_______________________________________


More information about the docs mailing list