comment fixup

This commit is contained in:
Jan Petykiewicz 2020-05-17 14:12:38 -07:00
parent 8a404a2602
commit f260fe1374

View File

@ -270,7 +270,7 @@ def read(stream: io.BufferedIOBase,
per database unit per database unit
Args: 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)`. 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`. If `True`, set the layer to `gds_layer` and the dose to `gds_datatype`.
Default `False`. Default `False`.