[New-bugs-announce] [issue24405] Missing code markup in "Expressions" documentation

Gareth Rees report at bugs.python.org
Mon Jun 8 13:21:15 CEST 2015


New submission from Gareth Rees:

The "Expressions" documentation contains the text:

> * Sets and frozensets define comparison operators to mean subset and superset
>  tests.  Those relations do not define total orderings (the two sets ``{1,2}``
>  and {2,3} are not equal, nor subsets of one another, nor supersets of one
>  another).

Here {2,3} should be marked up as code (like {1,2}) but is not.

----------
assignee: docs at python
components: Documentation
files: markup.patch
keywords: patch
messages: 244996
nosy: Gareth.Rees, docs at python
priority: normal
severity: normal
status: open
title: Missing code markup in "Expressions" documentation
type: enhancement
Added file: http://bugs.python.org/file39657/markup.patch

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


More information about the New-bugs-announce mailing list