Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docstring grammar fix #1583

Merged
merged 1 commit into from
Oct 12, 2021
Merged

Docstring grammar fix #1583

merged 1 commit into from
Oct 12, 2021

Conversation

mdickinson
Copy link
Member

An insignificant fix to a docstring with the ulterior motive of triggering a new Read the Docs build

An insignificant fix to a docstring with the ulterior motive of triggering a new Read the Docs build
@@ -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.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To motivate the fix itself: I do often do a regex search for patterns like "\bsome-identifier\b", and this sort of pluralization foils that kind of search. So it's something I try to avoid.

@mdickinson
Copy link
Member Author

I was able to force a rebuild of "latest" for Read the Docs, so the ulterior motive no longer applies. We might as well merge this anyway, though.

@mdickinson mdickinson merged commit bc366e8 into main Oct 12, 2021
@mdickinson mdickinson deleted the trigger-read-the-docs branch October 12, 2021 10:04
@mdickinson
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants