Skip to content

Commit 7069671

Browse files
committed
CLN: Fix trailing whitespace
1 parent c198d1f commit 7069671

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Order by and limit:
7979
```
8080

8181
Supported expressions and functions:
82-
```SQL
82+
```SQL
8383
+, -, *, /
8484
```
8585
```SQL
@@ -113,7 +113,7 @@ CAST (<expression> AS <data_type>)
113113

114114
*Data types in dataframe SQL support many different name for certain datatypes becuase
115115
popular SQL data types are not implemented with common names in pandas and other
116-
dataframe frameworks
116+
dataframe frameworks
117117
<br>
118118
**To make this less confusing all data types that are of the same size on the
119119
backend are grouped together in this list

0 commit comments

Comments
 (0)