Skip to content

Commit 2cb7e79

Browse files
committed
Fix merge conflicts and reorder keynoters
Fixes merge conflict leftovers in keynoter markdown files and sets display order to Pablo, Łukasz, Guido.
1 parent 5ae4ee8 commit 2cb7e79

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

src/content/keynoters/guido.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
name: Guido van Rossum
33
image: ./guido.jpg
44
tagline: Creator of Python
5-
<<<<<<< HEAD
65
bio:
76
"The creator of Python, now a CPython core developer at Microsoft. Continues
87
to contribute to the language he started in 1989 as a side project."
9-
order: 2
10-
=======
11-
bio: "The creator of Python, now a CPython core developer at Microsoft. Continues to contribute to the language he started in 1989 as a side project."
128
order: 3
13-
>>>>>>> 378cb50b (Add photos to keynoter entries)
149
---
10+

src/content/keynoters/lukasz.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
name: Łukasz Langa
33
image: ./lukasz.webp
44
tagline: CPython Core Developer & PEP 703 (nogil) author
5-
<<<<<<< HEAD
65
bio:
76
"Python core developer, creator of PEP 703 (nogil), and the current Python
87
Release Manager. Driving performance and concurrency improvements in CPython."
9-
order: 3
10-
=======
11-
bio: "Python core developer, creator of PEP 703 (nogil), and the current Python Release Manager. Driving performance and concurrency improvements in CPython."
128
order: 2
13-
>>>>>>> 378cb50b (Add photos to keynoter entries)
149
---
10+

0 commit comments

Comments
 (0)