Skip to content

Commit 3378da2

Browse files
authored
Address issue 215. Update docs
1 parent 37a7dfa commit 3378da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Here is an example that specifies both the ``host`` and the ``region`` to use:
102102
table_name = 'Thread'
103103
# Specifies the region
104104
region = 'us-west-1'
105-
# Specifies the hostname
105+
# Optional: Specify the hostname only if it needs to be changed from the default AWS setting
106106
host = 'http://localhost'
107107
# Specifies the write capacity
108108
write_capacity_units = 10

0 commit comments

Comments
 (0)