Skip to content

Commit 7998962

Browse files
yt-msMidnighter
andcommitted
fix: string concatenation (PR feedback)
Co-authored-by: Moritz E. Beber <[email protected]>
1 parent 5dbf7f0 commit 7998962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/big_bank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def create_big_bank_workspace():
161161
web_application = internet_banking_system.add_container(
162162
"Web Application",
163163
"Delivers the static content and the Internet banking single page "
164-
+ "application.",
164+
"application.",
165165
"Java and Spring MVC",
166166
id="webApplication",
167167
)

0 commit comments

Comments
 (0)