Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
co63oc committed Mar 7, 2025
1 parent c1747b7 commit de53817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/base/unique_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def guard(new_generator=None):
Args:
new_generator(str|bytes, optional): New name of global namespace. Note that str
in Python2 was splitted into str and bytes in Python3, so here are two
in Python2 was split into str and bytes in Python3, so here are two
types. Default is None. If not None, new_generator will be added into
the prefix of unique name generated by :code:`generate()`.
Expand Down

0 comments on commit de53817

Please sign in to comment.