Skip to content

Commit 5dbf7f0

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

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
@@ -153,7 +153,7 @@ def create_big_bank_workspace():
153153
mobile_app = internet_banking_system.add_container(
154154
"Mobile App",
155155
"Provides a limited subset of the Internet banking functionality to "
156-
+ "customers via their mobile device.",
156+
"customers via their mobile device.",
157157
"Xamarin",
158158
id="mobileApp",
159159
)

0 commit comments

Comments
 (0)