Skip to content

Commit f24b662

Browse files
authored
Merge branch 'master' into vision-v1p3beta1-logo-delet-old-beta-snippets
2 parents 1eea1e4 + 3ad23e1 commit f24b662

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

endpoints/bookstore-grpc-transcoding/bookstore_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def create_sample_bookstore():
8383
_, fiction = store.create_shelf(shelf)
8484

8585
book = bookstore_pb2.Book()
86-
book.title = 'README'
86+
book.title = 'REAMDE'
8787
book.author = "Neal Stephenson"
8888
store.create_book(fiction, book)
8989

endpoints/bookstore-grpc/bookstore_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def create_sample_bookstore():
8484
_, fiction = store.create_shelf(shelf)
8585

8686
book = bookstore_pb2.Book()
87-
book.title = 'README'
87+
book.title = 'REAMDE'
8888
book.author = "Neal Stephenson"
8989
store.create_book(fiction, book)
9090

kubernetes_engine/django_tutorial/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Django==3.0.2; python_version > '3.5'
22
Django==2.2.9; python_version == '3.5'
3-
Django==1.11.27;python_version < '3.0'
3+
Django==1.11.28;python_version < '3.0'
44
# Uncomment the mysqlclient requirement if you are using MySQL rather than
55
# PostgreSQL. You must also have a MySQL client installed in that case.
66
#mysqlclient==1.4.1

0 commit comments

Comments
 (0)