[Python-checkins] Typo fix - implemention should be implementation (GH-16806)

Miss Islington (bot) webhook-mailer at python.org
Tue Oct 15 17:07:45 EDT 2019


https://github.com/python/cpython/commit/079a1e6307be6cd35122af7773e2bcecdb828239
commit: 079a1e6307be6cd35122af7773e2bcecdb828239
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-10-15T14:07:40-07:00
summary:

Typo fix - implemention should be implementation (GH-16806)

(cherry picked from commit 2798b60c55619d8981288b69c20ba4a09efc7b0b)

Co-authored-by: Hansraj Das <raj.das.136 at gmail.com>

files:
M Python/hamt.c

diff --git a/Python/hamt.c b/Python/hamt.c
index 71a5ec87c5856..6bcdfac15fd30 100644
--- a/Python/hamt.c
+++ b/Python/hamt.c
@@ -5,7 +5,7 @@
 #include "internal/hamt.h"
 
 /*
-This file provides an implemention of an immutable mapping using the
+This file provides an implementation of an immutable mapping using the
 Hash Array Mapped Trie (or HAMT) datastructure.
 
 This design allows to have:



More information about the Python-checkins mailing list