Skip to content

Commit a110a4b

Browse files
authored
Merge pull request #3421 from terhorstd/black-updates
Whitespace changes for black-25
2 parents 56f6f70 + e348474 commit a110a4b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/htmldoc/developer_space/templates/pynest_api_template.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
# You should have received a copy of the GNU General Public License
2020
# along with NEST. If not, see <http://www.gnu.org/licenses/>.
2121

22-
"""[[ This template demonstrates how to create a docstring for the PyNEST API.
22+
"""
23+
[[ This template demonstrates how to create a docstring for the PyNEST API.
2324
2425
If you have modified an API, please ensure you update the docstring!
2526

pynest/nest/lib/hl_api_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ def format_row_(s, t, sm, w, dly):
755755

756756
# 35 is arbitrarily chosen.
757757
if len(srcs) >= MAX_SIZE_FULL_PRINT and not self.print_full:
758-
# u'\u22EE ' is the unicode for vertical ellipsis, used when we have many connections
758+
# u'\u22ee ' is the unicode for vertical ellipsis, used when we have many connections
759759
srcs = srcs[:15] + ["\u22ee "] + srcs[-15:]
760760
trgt = trgt[:15] + ["\u22ee "] + trgt[-15:]
761761
wght = wght[:15] + ["\u22ee "] + wght[-15:]

0 commit comments

Comments
 (0)