File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# RethinkDB Python driver
2- [ ![ Build Status] ( https://travis-ci.org/rethinkdb/rethinkdb-python.svg?branch=master )] ( https://travis-ci.org/rethinkdb/rethinkdb-python ) [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/2b5231a6f90a4a1ba2fc795f8466bbe4 )] ( https://www.codacy.com/app/rethinkdb/rethinkdb-python?utm_source=github.com& ; utm_medium=referral& ; utm_content=rethinkdb/rethinkdb-python& ; utm_campaign=Badge_Grade ) [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Coverage/2b5231a6f90a4a1ba2fc795f8466bbe4 )] ( https://www.codacy.com/app/rethinkdb/rethinkdb-python?utm_source=github.com&utm_medium=referral&utm_content=rethinkdb/rethinkdb-python&utm_campaign=Badge_Coverage )
2+ [ ![ PyPI version ] ( https://badge.fury.io/py/rethinkdb.svg )] ( https://badge.fury.io/py/rethinkdb ) [ ![ Build Status] ( https://travis-ci.org/rethinkdb/rethinkdb-python.svg?branch=master )] ( https://travis-ci.org/rethinkdb/rethinkdb-python ) [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/2b5231a6f90a4a1ba2fc795f8466bbe4 )] ( https://www.codacy.com/app/rethinkdb/rethinkdb-python?utm_source=github.com& ; utm_medium=referral& ; utm_content=rethinkdb/rethinkdb-python& ; utm_campaign=Badge_Grade ) [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Coverage/2b5231a6f90a4a1ba2fc795f8466bbe4 )] ( https://www.codacy.com/app/rethinkdb/rethinkdb-python?utm_source=github.com&utm_medium=referral&utm_content=rethinkdb/rethinkdb-python&utm_campaign=Badge_Coverage )
33
44## Overview
55
@@ -36,7 +36,7 @@ The following examples demonstrate how to use the driver in each mode.
3636
3737### Default mode (blocking I/O)
3838The driver's default mode of operation is to use blocking I/O, i.e. standard Python
39- sockets. This example shows how to create a table, populate with data, and get every
39+ sockets. This example shows how to create a table, populate with data, and get every
4040document.
4141
4242``` python
You can’t perform that action at this time.
0 commit comments