From f260fe1374872905ae62de8c90731449e2f84ecd Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sun, 17 May 2020 14:12:38 -0700 Subject: [PATCH] comment fixup --- masque/file/gdsii.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masque/file/gdsii.py b/masque/file/gdsii.py index c3a0719..0d21626 100644 --- a/masque/file/gdsii.py +++ b/masque/file/gdsii.py @@ -270,7 +270,7 @@ def read(stream: io.BufferedIOBase, per database unit Args: - filename: Filename specifying a GDSII file to read from. + stream: Stream to read from. use_dtype_as_dose: If `False`, set each polygon's layer to `(gds_layer, gds_datatype)`. If `True`, set the layer to `gds_layer` and the dose to `gds_datatype`. Default `False`.