Skip to content

Commit 684f323

Browse files
authored
Merge pull request #35 from FireTail-io/hotfix-pypi-docs
Fix broken table in README.rst blocking pypi release
2 parents c697bb8 + 401c227 commit 684f323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ There are a handful of URI parsers included with connection.
369369
| FirstValueURIParser | This parser behaves like the Swagger2URIParser, except that it prefers |
370370
| | the first defined value. For example, if you provided a URI with the query|
371371
| | string ``?letters=a,b,c&letters=d,e,f`` and ``collectionFormat: csv`` |
372-
| | then FireTail will set ``letters = ['a', 'b', 'c']`` |
372+
| | then FireTail will set ``letters = ['a', 'b', 'c']`` |
373373
+----------------------+---------------------------------------------------------------------------+
374374
| AlwaysMultiURIParser | This parser is backwards compatible with FireTail 1.x. It joins together |
375375
| | multiple instances of the same query parameter. |

0 commit comments

Comments
 (0)