Skip to content

Commit

Permalink
Temporary replacement of more non-ASCII characters
Browse files Browse the repository at this point in the history
  • Loading branch information
greenc-FNAL committed Dec 1, 2023
1 parent a1b08fa commit 4662fcc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/lcc/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class Lcc(CMakePackage):
"""Los Alamos Crystal Cut (LCC) is a simple crystal builder. It is an easy-to-use
and easy-to-develop code to make crystal solid/shape and slabs from a crystal
lattice. Provided you have a ‘.pdb‘ file containing your lattice basis you can
lattice. Provided you have a ___.pdb___ file containing your lattice basis you can
create a solid or slab from command line."""

homepage = "https://github.com/lanl/LCC.git"
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/py-dict2css/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


class PyDict2css(PythonPackage):
"""A μ-library for constructing cascading style sheets from Python dictionaries."""
"""A __-library for constructing cascading style sheets from Python dictionaries."""

homepage = "https://github.com/sphinx-toolbox/dict2css"
pypi = "dict2css/dict2css-0.3.0.tar.gz"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class PyQuantumBlackbird(PythonPackage):
"""Blackbird is a quantum assembly language for continuous-variable quantum
computation, that can be used to program Xanadu’s quantum photonics
computation, that can be used to program Xanadu___s quantum photonics
hardware and Strawberry Fields simulator.
"""

Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/ut/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


class Ut(CMakePackage):
"""UT: C++20 μ(micro)/Unit Testing Framework"""
"""UT: C++20 __(micro)/Unit Testing Framework"""

homepage = "https://boost-ext.github.io/ut"
url = "https://github.com/boost-ext/ut/archive/v0.0.0.tar.gz"
Expand Down

0 comments on commit 4662fcc

Please sign in to comment.