Skip to content

v2.4.1

  • v2.4.1
  • ee1b680
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
  • Choose a tag to compare

  • v2.4.1
  • ee1b680
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
@pytorchbot pytorchbot tagged this 29 Aug 00:25
* [Doc] Fix rendering of the unicode characters (#134597)

https://github.com/pytorch/pytorch/pull/124771 introduced unicode escape sequences inside raw strings, which were not rendered correctly. Also fix typo in `\uue0 ` escape sequence (should have been `\u00e0`)
Fix it by relying on [string literal concatenation](https://docs.python.org/3/reference/lexical_analysis.html#string-literal-concatenation) to join raw and regular strings together during lexical analysis stage

Fixes https://github.com/pytorch/pytorch/issues/134422

Pull Request resolved: https://github.com/pytorch/pytorch/pull/134597
Approved by: https://github.com/aorenste, https://github.com/Skylion007

(cherry picked from commit 534f43ddce24ab6bafa3aed42ee3d68947073d3f)

* Fix lint

---------

Co-authored-by: Nikita Shulga <nshulga@meta.com>
Assets 2
Loading