Skip to content

Commit

Permalink
fix: rights a wrong against the great Neal Stephenson (#3128)
Browse files Browse the repository at this point in the history
  • Loading branch information
youens committed Mar 23, 2020
1 parent f1e2d04 commit ac54e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion endpoints/bookstore-grpc-transcoding/bookstore_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def create_sample_bookstore():
_, fiction = store.create_shelf(shelf)

book = bookstore_pb2.Book()
book.title = 'README'
book.title = 'REAMDE'
book.author = "Neal Stephenson"
store.create_book(fiction, book)

Expand Down
2 changes: 1 addition & 1 deletion endpoints/bookstore-grpc/bookstore_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def create_sample_bookstore():
_, fiction = store.create_shelf(shelf)

book = bookstore_pb2.Book()
book.title = 'README'
book.title = 'REAMDE'
book.author = "Neal Stephenson"
store.create_book(fiction, book)

Expand Down

0 comments on commit ac54e6e

Please sign in to comment.