Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miscellaneous fixes and formatting enhancements. #238

Merged
merged 4 commits into from
Apr 5, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Format set operators with monospace font.
  • Loading branch information
serhiy-storchaka committed Apr 3, 2017
commit 2c189f261f057660ac6d52c8393c60528b181903
16 changes: 8 additions & 8 deletions pep-0218.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ Membership will be tested using ``in`` and ``not in``, and basic set
operations will be implemented by a mixture of overloaded
operators:

========= =============================
\| union
& intersection
^ symmetric difference
\- asymmetric difference
== != equality and inequality tests
< <= >= > subset and superset tests
========= =============================
============= =============================
``|`` union
``&`` intersection
``^`` symmetric difference
``-`` asymmetric difference
``== !=`` equality and inequality tests
``< <= >= >`` subset and superset tests
============= =============================

and methods:

Expand Down