boris-kz / CogAlg

This project is a Computer Vision implementation of general hierarchical pattern discovery principles introduced in README
http://www.cognitivealgorithm.info
MIT License
91 stars 41 forks source link

Function names typo: seperately - sepArately? #45

Open Twenkid opened 3 years ago

Twenkid commented 3 years ago

If it's not intentional:

def contains_branch_seperately(self, other_transform):
        """

https://github.com/boris-kz/CogAlg/blob/82488293d365c5adf145ae80d20d24b19fdafba4/venv/Lib/site-packages/matplotlib/transforms.py#L1307

Also several other functions in that module.

A linguistic side note: strangely a participant in the FB CogAlg chat also used "sepErate" many times, although he was a native speaker.

boris-kz commented 3 years ago

This is from matplotlib, that's not our functions.