Skip to content

Commit 82a4a03

Browse files
Ace Nassriengelke
authored andcommitted
Update snippets.py (GoogleCloudPlatform#1907)
1 parent 5af3bac commit 82a4a03

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

appengine/standard/memcache/snippets/snippets.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# [START import]
15+
# [START get_data]
16+
# [START add_values]
1617
from google.appengine.api import memcache
17-
# [END import]
18+
19+
# [END get_data]
20+
# [END add_values]
1821

1922

2023
def query_for_data():

0 commit comments

Comments
 (0)