Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Jun 4, 2024
1 parent 9118397 commit b9b19ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinecone/utils/user_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
def _build_source_tag_field(source_tag):
# normalize source tag
# 1. Lowercase
# 2. Limit charset to [a-z0-9_ ]
# 2. Limit charset to [a-z0-9_ :]
# 3. Trim left/right whitespace
# 4. Condense multiple spaces to one, and replace with underscore
tag = source_tag.lower()
Expand Down

0 comments on commit b9b19ae

Please sign in to comment.