Skip to content

Commit

Permalink
[CodeStyle][Typos][C-42] Fix typo (conect) (#69807)
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-Bayim authored Nov 29, 2024
1 parent 682bd54 commit 5adcf8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ configurated = 'configurated'
configed = 'configed'
confict = 'confict'
conjuction = 'conjuction'
conect = 'conect'
consequtive = 'consequtive'
consistant = 'consistant'
contraints = 'contraints'
Expand Down
2 changes: 1 addition & 1 deletion python/paddle/static/pir_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def normalize_pir_program(program, feed_vars, fetch_vars, **kwargs):
global_block.remove_op(op)

skip_prune_program = kwargs.get('skip_prune_program', False)
# if feed var is not conect with target_vars, it will be delete.
# if feed var is not connect with target_vars, it will be delete.
if not skip_prune_program:
pir_prune_with_input(copy_program, clone_feed_vars, clone_fetch_vars)
_inference_optimize(copy_program, prune_read_op=True)
Expand Down

0 comments on commit 5adcf8b

Please sign in to comment.