Skip to content

Commit

Permalink
Merge pull request #2199 from daspecster/fix-example-whitespace
Browse files Browse the repository at this point in the history
Too much whitespace on home example.
  • Loading branch information
daspecster authored Aug 25, 2016
2 parents fd0e6bf + 476836c commit e3c3bc1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/json/json/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,11 @@ <h3 class="block-title">What is it?</h3>

<div class="quote-box--supplementary">
<h4>Retrieve Datastore Entities</h4>
<pre><code class="hljs python">from gcloud import datastore

<div hljs hlsj-language="python">
from gcloud import datastore

client = datastore.Client()
product_key = client.key('Product', 123)
print(client.get(product_key))
</div>
client = datastore.Client()
product_key = client.key('Product', 123)
print(client.get(product_key))</code></pre>
</div>
</div><!-- end of .container -->
</section><!-- end of .featuring -->
Expand Down

0 comments on commit e3c3bc1

Please sign in to comment.