Skip to content

Commit 4708c19

Browse files
author
Daniel Riggs
committed
Remove extraneous comma
1 parent 82b9bae commit 4708c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ field Department.employees ..."`
189189

190190
Looking at the `employees` field above, if you write the type annotation with Employee first,
191191
`employees: T.List[T.Union[EmployeeModel, ManagerModel]]`, you will not be able to query
192-
manager-related fields (in this case `title`). In a query containing a spread like this, :
192+
manager-related fields (in this case `title`). In a query containing a spread like this:
193193

194194
```
195195
...on Employee {

0 commit comments

Comments
 (0)