Skip to content

Commit 2156435

Browse files
committed
README cleanup
1 parent 5cfc8d6 commit 2156435

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
close_pep
22
===========
33

4-
Documentation and code for a Python PEP about an appoximate equal check for Python
4+
Documentation and code for a Python PEP about an appoximate equal check for Python.
55

6-
There has been a large discussion on python-ideas about how and whether to add a function to the python standard libary that checks if two values are aproximately equal.
6+
There has been a large discussion on python-ideas about how and whether to add a function to the Python standard libary that checks if two values are approximately equal.
77

88
https://mail.python.org/pipermail/python-ideas/2015-January/030947.html
99

10-
This repo serves as a place to experiment with implimentations, and to cooperate on the drafting of a PEP.
10+
This repo serves as a place to experiment with implementations and to cooperate on the drafting of a PEP.
1111

12-
The pep itself is in: ``pep-0485.txt``
12+
The PEP itself is in: ``pep-0485.txt``.
1313

14-
A proposed implimentation is in ``is_close_to.py``, with unit tests in ``test_is_close_to.py``, naturally.
14+
A proposed implementation is in ``is_close_to.py``, with unit tests in ``test_is_close_to.py``, naturally.
1515

16-
I am using this for a workign copy, sothat people can review, submit pull requests, what have you.
16+
I am using this for a working copy, so that people can review, submit pull requests, what have you.
1717

1818
The offical PEP is posted here:
1919

0 commit comments

Comments
 (0)