Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Add missing dot
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousX86 committed Nov 20, 2023
1 parent 262cea9 commit 9e356ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FTE/chapters/one.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def chapter_one() -> None:
)
capsules = Location(
'Capsules',
'You can escape the ship here during an emergency'
'You can escape the ship here during an emergency.'
)
engine_deck = Location(
'Engine Deck',
Expand Down

0 comments on commit 9e356ab

Please sign in to comment.