| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -764,7 +764,7 @@ Connection objects | |||
| 764 | 764 | ('acbd18db4cc2f85cedef654fccc4a4d8',) | |
| 765 | 765 | ||
| 766 | 766 | ||
| 767 | - .. method:: create_aggregate(name, /, n_arg, aggregate_class) | ||
| 767 | + .. method:: create_aggregate(name, n_arg, aggregate_class) | ||
| 768 | 768 | ||
| 769 | 769 | Create or remove a user-defined SQL aggregate function. | |
| 770 | 770 | ||
@@ -904,7 +904,7 @@ Connection objects | |||
| 904 | 904 | ||
| 905 | 905 | [('a', 9), ('b', 12), ('c', 16), ('d', 12), ('e', 9)] | |
| 906 | 906 | ||
| 907 | - .. method:: create_collation(name, callable) | ||
| 907 | + .. method:: create_collation(name, callable, /) | ||
| 908 | 908 | ||
| 909 | 909 | Create a collation named *name* using the collating function *callable*. | |
| 910 | 910 | *callable* is passed two :class:`string <str>` arguments, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments