mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Typo fix - implemention should be implementation (GH-16806)
This commit is contained in:
parent
3cd21aa6a1
commit
2798b60c55
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
#include "structmember.h"
|
#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.
|
Hash Array Mapped Trie (or HAMT) datastructure.
|
||||||
|
|
||||||
This design allows to have:
|
This design allows to have:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue