Skip to content

Commit 5cfc8d6

Browse files
committedJan 23, 2015
Merge pull request #1 from svisser/patch-1
Spelling changes
2 parents 1aa88b8 + 9baa19e commit 5cfc8d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎is_close_to.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python3
22

33
"""
4-
An implimentaion for an is_close_to() function, for possible inclusion in
5-
the Python standrad library.
4+
An implementation for an is_close_to() function, for possible inclusion in
5+
the Python standard library.
66
7-
This implimentation is the result of much discussion on the python-ideas list
7+
This implementation is the result of much discussion on the python-ideas list
88
in January, 2015:
99
1010
https://mail.python.org/pipermail/python-ideas/2015-January/030947.html

0 commit comments

Comments
 (0)
Please sign in to comment.