mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix link to Doug Hellmann's blog entry on dictionary creation
This commit is contained in:
parent
709a04f5e0
commit
5a0e10fed1
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ Dictionaries should be initialized using `{}` instead of `dict()`.
|
|||
|
||||
See here_ for an in-depth discussion of this topic.
|
||||
|
||||
.. _here: https://doughellmann.com/blog/2012/11/12/the-performance-impact-of-using-dict-instead-of-in-cpython-2-7-2/
|
||||
.. _here: https://doughellmann.com/posts/the-performance-impact-of-using-dict-instead-of-in-cpython-2-7-2/
|
||||
|
||||
|
||||
Imports
|
||||
|
|
Loading…
Add table
Reference in a new issue