1
1
mirror of https://github.com/github/semantic.git synced 2024-11-30 14:47:30 +03:00

Clarify the comment on the inclusion of Method in Python.

This commit is contained in:
Rob Rix 2017-10-03 15:31:18 -04:00
parent 1a10479af6
commit b0723ee027

View File

@ -39,7 +39,7 @@ type Syntax =
, Declaration.Decorator
, Declaration.Function
, Declaration.Import
-- NB: Diffing requires Methods in the union.
-- NB: ToC rendering requires Methods in the union.
, Declaration.Method
, Declaration.Variable
, Expression.Arithmetic