Skip to content

(3 of 3) Add container docstring override#68

Draft
joshuaprior wants to merge 6 commits into
pchomik:masterfrom
joshuaprior:3-add-container-docstring-override
Draft

(3 of 3) Add container docstring override#68
joshuaprior wants to merge 6 commits into
pchomik:masterfrom
joshuaprior:3-add-container-docstring-override

Conversation

@joshuaprior
Copy link
Copy Markdown
Contributor

What's changing

This change allows the docstring on describe functions to override the formatting variables of the spec_container_format string.

Given:

def describe_fibonacci_sequence():
    """#fibonacci_sequence()""
    ...

Before this change:

Fibonacci sequence:
  ...

After this change:

#fibonacci_sequence()
  ...

@joshuaprior joshuaprior force-pushed the 3-add-container-docstring-override branch from 44f1dd0 to b696cfb Compare April 8, 2026 23:30
@joshuaprior joshuaprior force-pushed the 3-add-container-docstring-override branch from b696cfb to f826a6e Compare April 9, 2026 00:07
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.

1 participant