documentation fixes/updates

This commit is contained in:
Jan Petykiewicz 2020-08-15 18:23:16 -07:00
commit fea6cc5abb
2 changed files with 3 additions and 3 deletions

View file

@ -142,8 +142,8 @@ def write(patterns: Union[Pattern, List[Pattern]],
Args:
patterns: A Pattern or list of patterns to write to file.
stream: Stream to write to.
*args: passed to `oasis.build()`
**kwargs: passed to `oasis.build()`
*args: passed to `masque.file.gdsii.build()`
**kwargs: passed to `masque.file.gdsii.build()`
"""
lib = build(patterns, *args, **kwargs)
lib.save(stream)