Skip to content

Commit

Permalink
Merge pull request #35 from FireTail-io/hotfix-pypi-docs
Browse files Browse the repository at this point in the history
Fix broken table in README.rst blocking pypi release
  • Loading branch information
TheTeaCat authored Nov 20, 2023
2 parents c697bb8 + 401c227 commit 684f323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ There are a handful of URI parsers included with connection.
| FirstValueURIParser | This parser behaves like the Swagger2URIParser, except that it prefers |
| | the first defined value. For example, if you provided a URI with the query|
| | string ``?letters=a,b,c&letters=d,e,f`` and ``collectionFormat: csv`` |
| | then FireTail will set ``letters = ['a', 'b', 'c']`` |
| | then FireTail will set ``letters = ['a', 'b', 'c']`` |
+----------------------+---------------------------------------------------------------------------+
| AlwaysMultiURIParser | This parser is backwards compatible with FireTail 1.x. It joins together |
| | multiple instances of the same query parameter. |
Expand Down

0 comments on commit 684f323

Please sign in to comment.