Skip to content

Commit

Permalink
Merge pull request #499 from gdsfactory/small_typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
sebastian-goeldi authored Oct 18, 2024
2 parents 06e11cb + 44b124d commit 2e8aafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kfactory/routing/optical.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def route_bundle(
logger.warning("start_straights is deprecated. Use `starts` instead.")
starts = start_straights
if end_straights is not None:
logger.warning("end_straights is deprecated. Use `starts` instead.")
logger.warning("end_straights is deprecated. Use `ends` instead.")
ends = end_straights
bend90_radius = get_radius(bend90_cell.ports.filter(port_type=place_port_type))
return route_bundle_generic(
Expand Down

0 comments on commit 2e8aafa

Please sign in to comment.