Typo fixing
Change-Id: Ib949bb44bdf4832d480e731a053b92d6afcc3de2
This commit is contained in:
parent
a6f728a720
commit
bb74212ecf
@ -49,7 +49,7 @@ changes in the model definition. Alembic will execute these scripts in order to
|
||||
provide a linear migration path between revision. The climate-db-manage command
|
||||
can be used to generate migration template for you to complete. The operations
|
||||
in the template are those supported by the Alembic migration library.
|
||||
After you modified the Climate models acordingly, you can create the revision.
|
||||
After you modified the Climate models accordingly, you can create the revision.
|
||||
|
||||
$ climate-db-manage --config-file /path/to/climate.conf revision \
|
||||
-m "description of revision" \
|
||||
|
@ -75,7 +75,7 @@ def onready(notify_socket, timeout):
|
||||
:type timeout: float
|
||||
:returns: 0 service ready
|
||||
1 service not ready
|
||||
2 timeout occured
|
||||
2 timeout occurred
|
||||
"""
|
||||
sock = socket.socket(socket.AF_UNIX, socket.SOCK_DGRAM)
|
||||
sock.settimeout(timeout)
|
||||
|
Loading…
Reference in New Issue
Block a user