Skip to content

Commit

Permalink
Docstring grammar fix (#1583)
Browse files Browse the repository at this point in the history
An insignificant fix to a docstring with the ulterior motive of triggering a new Read the Docs build
  • Loading branch information
mdickinson committed Oct 12, 2021
1 parent 3a5ba84 commit bc366e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traits/observation/parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def parse(text):

@lru_cache(maxsize=expression_module._OBSERVER_EXPRESSION_CACHE_MAXSIZE)
def compile_str(text):
""" Compile a mini-language string to a list of ObserverGraphs.
""" Compile a mini-language string to a list of ObserverGraph objects.
Parameters
----------
Expand Down

0 comments on commit bc366e8

Please sign in to comment.