Skip to content

Commit b565cb2

Browse files
authored
Final QA (#638)
1 parent 32de14f commit b565cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-join-strings/url_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
base_url = "https://example.com/"
2-
subpaths = ["blog", "2025", "01", "my-post"]
2+
subpaths = ["blog", "2025", "02", "join-string"]
33

44
full_url = base_url + "/".join(subpaths)
55
print(full_url)

0 commit comments

Comments
 (0)