Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bvsn authored Jul 27, 2024
1 parent 7eb316a commit 8256ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ package create modules:
In the module `main.py` you have to import all this classes. Classes
should be imported by absolute path, that starts with 'app.' with
keyword 'from'. Write a
function `cinema_visit` that takes `movie_name`, `customers` - a list
function `cinema_visit` that takes `movie`, `customers` - a list
of customers, elements are dicts with 'name' and desired 'food' of a
customer, `hall_number` - number of the hall in cinema,
`cleaning_staff` - name of the cleaner, that will clean the
`cleaner` - name of the cleaner, that will clean the
hall after movie session.

This function should make `Customers` instances, instance of `CinemaHall`
Expand Down

0 comments on commit 8256ec5

Please sign in to comment.