From 3e909eb2ba7bc53349cc97696309a80cd909cb30 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Fri, 4 Mar 2016 09:35:43 -0500 Subject: [PATCH] Update travis, fix docstrings --- .travis.yml | 2 +- bootstrap | 2 +- sprockets/clients/dynamodb/connector.py | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8e23f99..834a198 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -sudo: reuired +sudo: required services: - docker language: python diff --git a/bootstrap b/bootstrap index 496a81e..a4b5458 100755 --- a/bootstrap +++ b/bootstrap @@ -67,7 +67,7 @@ set -e mkdir -p build -if test "$1" == 'shellinit' +if test "$1" = 'shellinit' then # just build the environment file from docker containers build_env_file build/test-environment diff --git a/sprockets/clients/dynamodb/connector.py b/sprockets/clients/dynamodb/connector.py index 564780e..a6e698a 100644 --- a/sprockets/clients/dynamodb/connector.py +++ b/sprockets/clients/dynamodb/connector.py @@ -734,7 +734,7 @@ class DynamoDB(object): :exc:`~sprockets.clients.dynamodb.exceptions.ThroughputExceeded` :exc:`~sprockets.clients.dynamodb.exceptions.ValidationException` - .. _GetItem: http://docs.aws.amazon.com/amazondynamodb/ + .. _UpdateItem: http://docs.aws.amazon.com/amazondynamodb/ latest/APIReference/API_UpdateItem.html """ @@ -890,7 +890,7 @@ class DynamoDB(object): :exc:`~sprockets.clients.dynamodb.exceptions.ThroughputExceeded` :exc:`~sprockets.clients.dynamodb.exceptions.ValidationException` - .. _GetItem: http://docs.aws.amazon.com/amazondynamodb/ + .. _DeleteItem: http://docs.aws.amazon.com/amazondynamodb/ latest/APIReference/API_DeleteItem.html """ @@ -916,7 +916,7 @@ class DynamoDB(object): :exc:`~sprockets.clients.dynamodb.exceptions.ThroughputExceeded` :exc:`~sprockets.clients.dynamodb.exceptions.ValidationException` - .. _GetItem: http://docs.aws.amazon.com/amazondynamodb/ + .. _BatchGetItem: http://docs.aws.amazon.com/amazondynamodb/ latest/APIReference/API_BatchGetItem.html """ @@ -942,7 +942,7 @@ class DynamoDB(object): :exc:`~sprockets.clients.dynamodb.exceptions.ThroughputExceeded` :exc:`~sprockets.clients.dynamodb.exceptions.ValidationException` - .. _GetItem: http://docs.aws.amazon.com/amazondynamodb/ + .. _BatchWriteItem: http://docs.aws.amazon.com/amazondynamodb/ latest/APIReference/API_BatchWriteItem.html """