viralogic / py-enumerable

A Python module used for interacting with collections of objects using LINQ syntax
MIT License
188 stars 24 forks source link

Rename "to_dict" to "to_dictionary" #67

Closed steveberdy closed 3 years ago

steveberdy commented 3 years ago

Summary

All instances of to_dict were replaced with to_dictionary to better match System.Linq.Enumerable method naming.