heitzmann / gdspy

Python module for creating GDSII stream files, usually CAD layouts.
Boost Software License 1.0
352 stars 128 forks source link

Documentation error in Cell.get_dependencies() #204

Closed tvt173 closed 2 years ago

tvt173 commented 2 years ago

Minor typo: in the description of get_dependencies(), it says that the function returns a list of cells. However, it returns a set of cells. https://github.com/heitzmann/gdspy/blob/c0473ce3a34d0462be8e6275f8f164ed14e8d059/gdspy/library.py#L779