Commit a8c113b
committed
chore: fix typos and snake_case starwars example locals
- examples/starwars/data.py: rename camelCase locals (homeOne,
tieFighter, tieInterceptor) to snake_case to match Python style.
- graphene_django/filter/utils.py: fix "Graphql" -> "GraphQL" in the
get_field_type docstring and "no explicitly declared" -> "not
explicitly declared" inline comment.
Other typo fixes from PR graphql-python#1457 (Dictonary, Confuesd, Millenium,
firtsnaMe, perserved, compatability, choises, inheritence, bellow)
were already merged into main since 2023 via the follow-up PR graphql-python#1459.
Made-with: Cursor1 parent f02ea33 commit a8c113b
2 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments