We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b50f3 commit 65c2220Copy full SHA for 65c2220
lib/docs/filters/trio/entries.rb
@@ -38,8 +38,7 @@ def additional_entries
38
name = cls + name
39
end
40
41
- id = node.parent['id']
42
- entries << [name, id]
+ entries << [name, node.parent['id']]
43
44
45
public/docs/docs.json
@@ -63,7 +63,7 @@
63
"code": "https://github.com/python-trio/trio"
64
},
65
"release": "0.11",
66
- "mtime": 1556279513,
+ "mtime": 1556326478,
67
"db_size": 757201
68
}
69
]
0 commit comments