You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "AlenkaF (via GitHub)" <gi...@apache.org> on 2023/04/11 10:13:26 UTC

[GitHub] [arrow] AlenkaF commented on pull request #34894: GH-34868: [Python] Share docstrings between classes

AlenkaF commented on PR #34894:
URL: https://github.com/apache/arrow/pull/34894#issuecomment-1503049366

   Thanks so much for the updates, the optimisation in the types.py looks great! 👏 
   
   > One interesting limitation is if there are docstrings that use curly braces `{}`. If it's a doctest, we would need to replace `{}` with an equivalent like `dict()` or `set()`. If it's part of the descriptions, it can be escaped e.g. `{{}}`
   
   Oh, this is not ideal.
   What exactly happens in the case where the examples use curly braces? Does this happen often?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org