Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin on chickenita committed Sep 15, 2023
1 parent 007b3ac commit 8b5e0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypeman/contrib/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Yields 2 results: "gigi.gogo" and "rigo"
str_named_param_regex = re.compile(r"%\((?P<keyval>[^\)]*)\)[r|s|d|]")

# Regex used to split a string by not escaped .
# Regex used to split a string by not escaped "."
# example:
# "titi.toto.tutu" yields 3 results: "titi", "toto", "tutu"
# "titi.toto\.tutu" yields 2 results: "titi", "toto\.tutu" (the \ will be removed in code)
Expand Down

0 comments on commit 8b5e0ec

Please sign in to comment.