Skip to content

Commit

Permalink
Documentation update.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelandr committed Jan 4, 2017
1 parent 10522d2 commit 5c32d59
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nmrstarlib/bmrblex.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
nmrstarlib.bmrblex
~~~~~~~~~~~~~~~~~~
This module provides :func:`nmrstarlib.bmrblex.bmrblex` lexical analyzer for
This module provides :func:`~nmrstarlib.bmrblex.bmrblex` lexical analyzer for
BMRB NMR-STAR format syntax. It is implemented as Python generator-based
state machine which generates (yields) token one at a time when
:py:func:`next()` is invoked on :func:`nmrstarlib.bmrblex.bmrblex` instance.
:py:func:`next()` is invoked on :func:`~nmrstarlib.bmrblex.bmrblex` instance.
Simplified description of parsing rules:
Expand All @@ -31,7 +31,6 @@
https://github.com/mattfenwick/NMRPyStar#nmr-star-grammar
"""

import time
from collections import deque


Expand Down

0 comments on commit 5c32d59

Please sign in to comment.