Skip to content

Commit

Permalink
Docs update: missing path parameter (#372)
Browse files Browse the repository at this point in the history
Brings it in line with changes made in 2a615c5
  • Loading branch information
movermeyer authored and arekbulski committed Jun 16, 2017
1 parent 81db2f0 commit 1f3ddb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/meta.rst
Expand Up @@ -7,7 +7,7 @@ Meta constructs are the key to the declarative power of Construct. Meta construc
In order to see the context, let's try this snippet:

>>> class PrintContext(Construct):
... def _parse(self, stream, context):
... def _parse(self, stream, context, path):
... print(context)
...
>>> st = Struct(
Expand Down

0 comments on commit 1f3ddb1

Please sign in to comment.