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@python
components: Documentation
files: markup.patch
keywords: patch
messages: 244996
nosy: Gareth.Rees, docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue24405>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to