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

Miss Islington (bot) webhook-mailer at python.org
Tue Oct 15 16:49:21 EDT 2019


https://github.com/python/cpython/commit/2798b60c55619d8981288b69c20ba4a09efc7b0b
commit: 2798b60c55619d8981288b69c20ba4a09efc7b0b
branch: master
author: Hansraj Das <raj.das.136 at gmail.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-10-15T13:49:13-07:00
summary:

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

files:
M Python/hamt.c

diff --git a/Python/hamt.c b/Python/hamt.c
index 28b4e1ef6cd2f..ea659c800fc46 100644
--- a/Python/hamt.c
+++ b/Python/hamt.c
@@ -6,7 +6,7 @@
 #include "structmember.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